summaryrefslogtreecommitdiff
path: root/include/SDK/OS/OSInterrupt.h
diff options
context:
space:
mode:
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
}