mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
b3b961448f
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
11 lines
348 B
C
11 lines
348 B
C
#ifndef __MANTIS_DMA_H
|
|
#define __MANTIS_DMA_H
|
|
|
|
extern int mantis_dma_init(struct mantis_pci *mantis);
|
|
extern int mantis_dma_exit(struct mantis_pci *mantis);
|
|
extern void mantis_dma_start(struct mantis_pci *mantis);
|
|
extern void mantis_dma_stop(struct mantis_pci *mantis);
|
|
extern void mantis_dma_xfer(unsigned long data);
|
|
|
|
#endif /* __MANTIS_DMA_H */
|