summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_interrupt.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-06-15 10:24:55 -0400
committerGitHub <noreply@github.com>2020-06-15 10:24:55 -0400
commitd6085b1855fcca64d1c666582cf0f795adc56946 (patch)
treee10b4156193c4d5ad59eff26f6c262365c57b361 /arm9/lib/include/OS_interrupt.h
parent9e33176367974197195a9c9f8e58ede7569d665d (diff)
parent639448d1ee1f5a2ca9ad73fafc10502dce2d3f7c (diff)
Merge branch 'master' into pikalax_work
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];