summaryrefslogtreecommitdiff
path: root/firmware/export/powermgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/powermgmt.h')
-rw-r--r--firmware/export/powermgmt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h
index 56e14b3741..4b8d239974 100644
--- a/firmware/export/powermgmt.h
+++ b/firmware/export/powermgmt.h
@@ -182,5 +182,7 @@ void reset_poweroff_timer(void);
182void cancel_shutdown(void); 182void cancel_shutdown(void);
183void shutdown_hw(void); 183void shutdown_hw(void);
184void sys_poweroff(void); 184void sys_poweroff(void);
185 185#ifdef HAVE_ACCESSORY_SUPPLY
186void accessory_supply_set(bool);
187#endif
186#endif 188#endif