1
0
Fork 0
alistair23-linux/arch/m68k/kernel/dma.c

6 lines
71 B
C

#ifdef CONFIG_MMU
#include "dma_mm.c"
#else
#include "dma_no.c"
#endif