summaryrefslogtreecommitdiff
path: root/include/SDK/OS/OSInterrupt.h
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-27 20:37:19 -0400
committerMax <mparisi@stevens.edu>2020-10-27 20:37:19 -0400
commitc4dcd29c7708fc02463cf7e921f31ab404d88843 (patch)
tree34598e89027cc8920e7d69a9d544b3b56ee0f1fa /include/SDK/OS/OSInterrupt.h
parent3512ee2e095d0aaa663b2feea4781f5199139d8f (diff)
match all of code_801DBE90
Diffstat (limited to 'include/SDK/OS/OSInterrupt.h')
-rw-r--r--include/SDK/OS/OSInterrupt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDK/OS/OSInterrupt.h b/include/SDK/OS/OSInterrupt.h
index b4508f6..700faf6 100644
--- a/include/SDK/OS/OSInterrupt.h
+++ b/include/SDK/OS/OSInterrupt.h
@@ -6,7 +6,7 @@ extern "C" {
#endif
BOOL OSDisableInterrupts(void);
-void OSRestoreInterrupts(void);
+void OSRestoreInterrupts(BOOL enable);
#ifdef __cplusplus
}