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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/export/power.h b/firmware/export/power.h
index b97410fd54..7c0ed3df89 100644
--- a/firmware/export/power.h
+++ b/firmware/export/power.h
@@ -48,9 +48,8 @@ bool spdif_powered(void);
48#endif 48#endif
49 49
50#if CONFIG_TUNER 50#if CONFIG_TUNER
51extern bool tuner_power(bool status); 51bool tuner_power(bool status);
52extern bool tuner_power_nolock(bool status); 52bool tuner_power_nolock(bool status);
53extern bool tuner_powered(void);
54#endif 53#endif
55 54
56#endif 55#endif