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/OS_interrupt.h | |
parent | af8cfa1d2d306916d89a92b089d1bfd4819601c8 (diff) |
arm9 card_rom
Diffstat (limited to 'arm9/lib/include/OS_interrupt.h')
-rw-r--r-- | arm9/lib/include/OS_interrupt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_interrupt.h b/arm9/lib/include/OS_interrupt.h index 08417872..3d139079 100644 --- a/arm9/lib/include/OS_interrupt.h +++ b/arm9/lib/include/OS_interrupt.h @@ -12,6 +12,7 @@ #define OS_IE_V_COUNT (1UL << REG_OS_IE_VE_SHIFT) #define OS_IE_TIMER0 (1UL << REG_OS_IE_T0_SHIFT) #define OS_IE_TIMER1 (1UL << REG_OS_IE_T1_SHIFT) +#define OS_IE_CARD_DATA (1UL << REG_OS_IE_MC_SHIFT) extern OSIrqFunction OS_IRQTable[]; extern OSIrqCallbackInfo OSi_IrqCallbackInfo[8]; |