OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-or32/] [dma.h] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 666 simons
#ifndef _OR32_DMA_H
2
#define _OR32_DMA_H 1
3
 
4
#include <linux/config.h>
5
 
6
#define MAX_DMA_CHANNELS 8
7
 
8
/* These are in kernel/dma.c: */
9
 extern int request_dma(unsigned int dmanr, const char * device_id);    /* reserve a DMA channel */
10
 extern void free_dma(unsigned int dmanr);      /* release it again */
11
 
12
#endif /* _OR32_DMA_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.