From 8f73a39edf782bd2e6c91130aac685b8dd267001 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 24 Oct 2020 15:07:58 -0400 Subject: match up to func_801DC0C8 with two nonmatchings --- include/SDK/OS/OSInterrupt.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/SDK/OS/OSInterrupt.h (limited to 'include/SDK/OS/OSInterrupt.h') diff --git a/include/SDK/OS/OSInterrupt.h b/include/SDK/OS/OSInterrupt.h new file mode 100644 index 0000000..9bb3bda --- /dev/null +++ b/include/SDK/OS/OSInterrupt.h @@ -0,0 +1,15 @@ +#ifndef POKEREVO_OSINTERRUPT_H +#define POKEREVO_OSINTERRUPT_H + +#ifdef __cplusplus +extern "C" { +#endif + +void OSDisableInterrupts(void); +void OSRestoreInterrupts(void); + +#ifdef __cplusplus +} +#endif + +#endif //POKEREVO_OSINTERRUPT_H -- cgit v1.2.3