diff options
Diffstat (limited to 'tmk_core/common/suspend.h')
| -rw-r--r-- | tmk_core/common/suspend.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tmk_core/common/suspend.h b/tmk_core/common/suspend.h index 80617a824..c3e444708 100644 --- a/tmk_core/common/suspend.h +++ b/tmk_core/common/suspend.h | |||
| @@ -10,4 +10,9 @@ void suspend_power_down(void); | |||
| 10 | bool suspend_wakeup_condition(void); | 10 | bool suspend_wakeup_condition(void); |
| 11 | void suspend_wakeup_init(void); | 11 | void suspend_wakeup_init(void); |
| 12 | 12 | ||
| 13 | void suspend_wakeup_init_user(void); | ||
| 14 | void suspend_wakeup_init_kb(void); | ||
| 15 | void suspend_power_down_user (void); | ||
| 16 | void suspend_power_down_kb(void); | ||
| 17 | |||
| 13 | #endif | 18 | #endif |
