URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-or32/] [dma.h] - Rev 666
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _OR32_DMA_H #define _OR32_DMA_H 1 #include <linux/config.h> #define MAX_DMA_CHANNELS 8 /* These are in kernel/dma.c: */ extern int request_dma(unsigned int dmanr, const char * device_id); /* reserve a DMA channel */ extern void free_dma(unsigned int dmanr); /* release it again */ #endif /* _OR32_DMA_H */
Go to most recent revision | Compare with Previous | Blame | View Log