From f28da1a35a6403b153f93f66e3d96e485f89c363 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 12 Aug 2007 19:49:03 +0000 Subject: Enable a lot more features for simulators and add stubs where necessary, simulators should now work with identical lng and voice files as the respective target git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14299 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/power.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/export/power.h') 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); void power_off(void); void ide_power_enable(bool on); -#ifndef SIMULATOR - -void power_init(void); - # if CONFIG_CHARGING == CHARGING_MONITOR bool charging_state(void); # endif +#ifndef SIMULATOR + +void power_init(void); + bool ide_powered(void); #endif -- cgit v1.2.3