summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_interrupt.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-08-01 19:30:35 +0100
committerPikalaxALT <pikalaxalt@gmail.com>2020-08-03 15:58:18 -0400
commit76397dd412c8e73f8b5fa66c862137d575a8f910 (patch)
tree7a0d950af11330a3e084cdad1916edeb1fb2d32e /arm9/lib/include/OS_interrupt.h
parentecadd4cc93e1f60d33eb0d7288e30ec18b1f82b9 (diff)
arm9 OS_valarm
Diffstat (limited to 'arm9/lib/include/OS_interrupt.h')
-rw-r--r--arm9/lib/include/OS_interrupt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_interrupt.h b/arm9/lib/include/OS_interrupt.h
index d84cae00..893e6d65 100644
--- a/arm9/lib/include/OS_interrupt.h
+++ b/arm9/lib/include/OS_interrupt.h
@@ -4,6 +4,7 @@
#include "consts.h"
#include "nitro/OS_interrupt_shared.h"
+#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)