summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_interrupt.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-06-14 21:47:39 +0100
committerred031000 <rubenru09@aol.com>2020-06-14 21:48:42 +0100
commitc734347a8fed09aff1aacaad89eb7db831a00a3c (patch)
treebf1df18b2414e6c94b5d1f46f2b5765923e94897 /arm9/lib/include/OS_interrupt.h
parent30c442497e7e2d8eb5cb6b318b0888dcb64f5977 (diff)
arm7 OS_interrupt
Diffstat (limited to 'arm9/lib/include/OS_interrupt.h')
-rw-r--r--arm9/lib/include/OS_interrupt.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arm9/lib/include/OS_interrupt.h b/arm9/lib/include/OS_interrupt.h
index 481e6c6c..a828c62e 100644
--- a/arm9/lib/include/OS_interrupt.h
+++ b/arm9/lib/include/OS_interrupt.h
@@ -6,15 +6,6 @@
#define OS_IE_TIMER0 (1UL << REG_OS_IE_T0_SHIFT)
-typedef void (*OSIrqFunction) (void);
-
-typedef struct
-{
- void (*func) (void *);
- u32 enable;
- void* arg;
-} OSIrqCallbackInfo;
-
extern OSIrqFunction OS_IRQTable[];
extern OSIrqCallbackInfo OSi_IrqCallbackInfo[8];