00001 #ifndef DMA_H 00002 #define DMA_H 00003 00004 #include <stdint.h> 00005 00010 void set_dma_transfer(uint8_t, uint16_t, void*, bool); 00011 00012 #endif