diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-06-12 14:39:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 14:39:00 -0400 |
commit | 09514ee0e6982c61d884682b4b747a4383f0d1b8 (patch) | |
tree | fe67fb209023d19114ca07efa71f1846dd030911 /arm7/lib/include/OS_interrupt.h | |
parent | 2d8d454dfe8691f4cd1077c50ab6f3c286c28ce1 (diff) | |
parent | c4263506fa96acc210d1cf356023a3ffde805a0b (diff) |
Merge branch 'master' into pikalax_work
Diffstat (limited to 'arm7/lib/include/OS_interrupt.h')
-rw-r--r-- | arm7/lib/include/OS_interrupt.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm7/lib/include/OS_interrupt.h b/arm7/lib/include/OS_interrupt.h new file mode 100644 index 00000000..afcb9b5f --- /dev/null +++ b/arm7/lib/include/OS_interrupt.h @@ -0,0 +1,6 @@ +#ifndef POKEDIAMOND_ARM7_OS_INTERRUPT_H +#define POKEDIAMOND_ARM7_OS_INTERRUPT_H + +#include "nitro/OS_interrupt_shared.h" + +#endif //POKEDIAMOND_ARM7_OS_INTERRUPT_H |