Files
pokerevo/include/SDK/OS/OSInterrupt.h
2020-10-27 20:37:19 -04:00

16 lines
251 B
C

#ifndef POKEREVO_OSINTERRUPT_H
#define POKEREVO_OSINTERRUPT_H
#ifdef __cplusplus
extern "C" {
#endif
BOOL OSDisableInterrupts(void);
void OSRestoreInterrupts(BOOL enable);
#ifdef __cplusplus
}
#endif
#endif //POKEREVO_OSINTERRUPT_H