mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07: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 */
|