summaryrefslogtreecommitdiff
path: root/firmware/export/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/power.h')
-rw-r--r--firmware/export/power.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/power.h b/firmware/export/power.h
index fbc3ded3c1..b97410fd54 100644
--- a/firmware/export/power.h
+++ b/firmware/export/power.h
@@ -31,14 +31,14 @@ bool charger_inserted(void);
31void power_off(void); 31void power_off(void);
32void ide_power_enable(bool on); 32void ide_power_enable(bool on);
33 33
34#ifndef SIMULATOR
35
36void power_init(void);
37
38# if CONFIG_CHARGING == CHARGING_MONITOR 34# if CONFIG_CHARGING == CHARGING_MONITOR
39bool charging_state(void); 35bool charging_state(void);
40# endif 36# endif
41 37
38#ifndef SIMULATOR
39
40void power_init(void);
41
42bool ide_powered(void); 42bool ide_powered(void);
43#endif 43#endif
44 44