6 lines
71 B
C
6 lines
71 B
C
|
#ifdef CONFIG_MMU
|
||
|
#include "dma_mm.c"
|
||
|
#else
|
||
|
#include "dma_no.c"
|
||
|
#endif
|