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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h
index 17519c5bfd..d86118cd9b 100644
--- a/firmware/export/powermgmt.h
+++ b/firmware/export/powermgmt.h
@@ -174,5 +174,8 @@ bool query_force_shutdown(void);
174#ifdef HAVE_ACCESSORY_SUPPLY 174#ifdef HAVE_ACCESSORY_SUPPLY
175void accessory_supply_set(bool); 175void accessory_supply_set(bool);
176#endif 176#endif
177#ifdef HAVE_LINEOUT_POWEROFF
178void lineout_set(bool);
179#endif
177 180
178#endif /* _POWERMGMT_H_ */ 181#endif /* _POWERMGMT_H_ */