summaryrefslogtreecommitdiff
path: root/board/cr50/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/board.h')
-rw-r--r--board/cr50/board.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h
index 140f230d02..9e8da8acb1 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -269,6 +269,13 @@ int board_deep_sleep_allowed(void);
void power_button_record(void);
+/**
+ * Enable/disable power button release interrupt.
+ *
+ * @param enable Enable (!=0) or disable (==0)
+ */
+void power_button_release_enable_interrupt(int enable);
+
/* Functions needed by CCD config */
int board_battery_is_present(void);
int board_fwmp_allows_unlock(void);