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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/power.h b/firmware/export/power.h
index d46b9ba924..4937705910 100644
--- a/firmware/export/power.h
+++ b/firmware/export/power.h
@@ -23,6 +23,7 @@
23 23
24#include "config.h" 24#include "config.h"
25 25
26#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0)
26#if CONFIG_CHARGING 27#if CONFIG_CHARGING
27enum power_input_flags { 28enum power_input_flags {
28 /* No external power source? Default. */ 29 /* No external power source? Default. */
@@ -100,4 +101,6 @@ bool tuner_power(bool status);
100bool tuner_powered(void); 101bool tuner_powered(void);
101#endif 102#endif
102 103
104#endif
105
103#endif /* _POWER_H_ */ 106#endif /* _POWER_H_ */