diff options
author | red031000 <rubenru09@aol.com> | 2020-10-20 19:59:06 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-10-20 19:59:06 +0100 |
commit | c71438dbdd04e08117e43bdb1ada767450fee96c (patch) | |
tree | a1e341f2e2742c7b9373cae7336a5e5c607a6f85 /arm9/lib/include/MI_dma.h | |
parent | af8cfa1d2d306916d89a92b089d1bfd4819601c8 (diff) |
arm9 card_rom
Diffstat (limited to 'arm9/lib/include/MI_dma.h')
-rw-r--r-- | arm9/lib/include/MI_dma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm9/lib/include/MI_dma.h b/arm9/lib/include/MI_dma.h index aafc798b..8ce3f417 100644 --- a/arm9/lib/include/MI_dma.h +++ b/arm9/lib/include/MI_dma.h @@ -7,6 +7,8 @@ typedef void (*MIDmaCallback)(void *); +#define MI_DMA_MAX_NUM 3 + #define REG_ADDR_DMA0CNT 0x40000b8 #define REG_ADDR_DMA0_CLR_DATA 0x40000e0 |