dma.c 71 B

123456
  1. #ifdef CONFIG_MMU
  2. #include "dma_mm.c"
  3. #else
  4. #include "dma_no.c"
  5. #endif