Sorting source tree a bit
[tpg/acess2.git] / KernelLand / Modules / x86 / ISADMA / include / dma.h
1 /*
2  * Acess2 DMA Driver
3  */
4 #ifndef _DMA_H_
5 #define _DMA_H_
6
7 extern void     DMA_SetChannel(int channel, int length, int read);
8 extern int      DMA_ReadData(int channel, int count, void *buffer);
9 extern int      DMA_WriteData(int channel, int count, void *buffer);
10
11 #endif

UCC git Repository :: git.ucc.asn.au