Cosmos/source/Playgrounds/Ben/SOOOS/Code/trustedLibs/HAL/IHAL/IHalIO.cs

16 lines
209 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace IHAL
{
public interface IHalIO
{
//write IO
//perform DMA
}
}