summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/common/powermgmt-sim.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/uisimulator/common/powermgmt-sim.c b/uisimulator/common/powermgmt-sim.c
index c06f84670d..e2ce8c10d2 100644
--- a/uisimulator/common/powermgmt-sim.c
+++ b/uisimulator/common/powermgmt-sim.c
@@ -142,6 +142,13 @@ void accessory_supply_set(bool enable)
142} 142}
143#endif 143#endif
144 144
145#ifdef HAVE_LINEOUT_POWEROFF
146void lineout_set(bool enable)
147{
148 (void)enable;
149}
150#endif
151
145void reset_poweroff_timer(void) 152void reset_poweroff_timer(void)
146{ 153{
147} 154}