summaryrefslogtreecommitdiff
path: root/include/power_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/power_button.h')
-rw-r--r--include/power_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/power_button.h b/include/power_button.h
index d996cbbdbb..3297c411eb 100644
--- a/include/power_button.h
+++ b/include/power_button.h
@@ -24,7 +24,7 @@ int power_button_is_pressed(void);
* @return EC_SUCCESS if ok, or
* EC_ERROR_TIMEOUT if power button failed to release
*/
-int power_button_wait_for_release(unsigned int timeout_us);
+int power_button_wait_for_release(int timeout_us);
/**
* Return non-zero if power button signal asserted at hardware input.