diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-06-12 14:07:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 14:07:11 -0400 |
commit | c4263506fa96acc210d1cf356023a3ffde805a0b (patch) | |
tree | b39057449acad0ae7866534e5bdbad99091bd9f7 /arm7/lib/include/OS_interrupt.h | |
parent | 45f97db651b38ea41d33402efea293e50a31725a (diff) | |
parent | a2dc5cb0cf5db3b4d8103ab5abc6e67faae2e3d3 (diff) |
Merge pull request #160 from red031000/master
arm7 OS_reset
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 |