diff options
author | Max <mparisi@stevens.edu> | 2020-10-27 11:34:42 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-27 11:34:42 -0400 |
commit | a1d40c31b8b84973fb7aaa24d2d90d8f55c4cdc6 (patch) | |
tree | 38343a86680e3152eb15b8a4a9f4add705caac0f /include/SDK/OS/OSInterrupt.h | |
parent | b20f4b2f02dbc2421ec45cccbc55e732b094019e (diff) |
match func_801DC264
Diffstat (limited to 'include/SDK/OS/OSInterrupt.h')
-rw-r--r-- | include/SDK/OS/OSInterrupt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDK/OS/OSInterrupt.h b/include/SDK/OS/OSInterrupt.h index 9bb3bda..b4508f6 100644 --- a/include/SDK/OS/OSInterrupt.h +++ b/include/SDK/OS/OSInterrupt.h @@ -5,7 +5,7 @@ extern "C" {
#endif
-void OSDisableInterrupts(void);
+BOOL OSDisableInterrupts(void);
void OSRestoreInterrupts(void);
#ifdef __cplusplus
|