git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Kernel/armv7 - Fixed lack of in*/out* functions
[tpg/acess2.git]
/
Kernel
/
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