summaryrefslogtreecommitdiff
path: root/common/suspend.h
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-01-15 17:12:26 +0900
committertmk <hasu@tmk-kbd.com>2015-01-15 17:12:26 +0900
commit65a2ce94a305f46c8f258e2f1613201a69bc8114 (patch)
treeacd515b6e5f9ab0f010bc5eac9ae9677f9bad618 /common/suspend.h
parent10a6b2c7d8bc9c5d2657acdeefa1102be5035280 (diff)
parent517817b9c7f00b180385c6bdf5310234185e5b98 (diff)
Merge branch 'rn42'
Diffstat (limited to 'common/suspend.h')
-rw-r--r--common/suspend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/suspend.h b/common/suspend.h
index f339c670ac..80617a8244 100644
--- a/common/suspend.h
+++ b/common/suspend.h
@@ -6,7 +6,7 @@
void suspend_idle(uint8_t timeout);
-void suspend_power_down(uint8_t timeout);
+void suspend_power_down(void);
bool suspend_wakeup_condition(void);
void suspend_wakeup_init(void);