summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc77x/c100
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tcc77x/c100')
-rw-r--r--firmware/target/arm/tcc77x/c100/power-c100.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/firmware/target/arm/tcc77x/c100/power-c100.c b/firmware/target/arm/tcc77x/c100/power-c100.c
index 77574ccc87..e84ff1c852 100644
--- a/firmware/target/arm/tcc77x/c100/power-c100.c
+++ b/firmware/target/arm/tcc77x/c100/power-c100.c
@@ -25,8 +25,6 @@
25#include "system.h" 25#include "system.h"
26#include "power.h" 26#include "power.h"
27 27
28#ifndef SIMULATOR
29
30void power_init(void) 28void power_init(void)
31{ 29{
32} 30}
@@ -43,22 +41,3 @@ bool ide_powered(void)
43void power_off(void) 41void power_off(void)
44{ 42{
45} 43}
46
47#else /* SIMULATOR */
48
49bool charger_inserted(void)
50{
51 return false;
52}
53
54void charger_enable(bool on)
55{
56 (void)on;
57}
58
59void ide_power_enable(bool on)
60{
61 (void)on;
62}
63
64#endif /* SIMULATOR */