diff options
Diffstat (limited to 'tmk_core/common/suspend.h')
-rw-r--r-- | tmk_core/common/suspend.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tmk_core/common/suspend.h b/tmk_core/common/suspend.h index 87f5025da..766df95aa 100644 --- a/tmk_core/common/suspend.h +++ b/tmk_core/common/suspend.h | |||
@@ -1,5 +1,4 @@ | |||
1 | #ifndef SUSPEND_H | 1 | #pragma once |
2 | #define SUSPEND_H | ||
3 | 2 | ||
4 | #include <stdint.h> | 3 | #include <stdint.h> |
5 | #include <stdbool.h> | 4 | #include <stdbool.h> |
@@ -13,5 +12,3 @@ void suspend_wakeup_init_user(void); | |||
13 | void suspend_wakeup_init_kb(void); | 12 | void suspend_wakeup_init_kb(void); |
14 | void suspend_power_down_user(void); | 13 | void suspend_power_down_user(void); |
15 | void suspend_power_down_kb(void); | 14 | void suspend_power_down_kb(void); |
16 | |||
17 | #endif | ||