summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/system-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/system-target.h')
-rw-r--r--firmware/target/arm/as3525/system-target.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/firmware/target/arm/as3525/system-target.h b/firmware/target/arm/as3525/system-target.h
index 9c5b5a9cd6..5cdc573a1b 100644
--- a/firmware/target/arm/as3525/system-target.h
+++ b/firmware/target/arm/as3525/system-target.h
@@ -73,26 +73,6 @@ static inline void mdelay(unsigned msecs)
73void usb_insert_int(void); 73void usb_insert_int(void);
74void usb_remove_int(void); 74void usb_remove_int(void);
75 75
76
77#ifdef CONFIG_POWER_SAVING
78/* Powersave functions either manipulate the system directly
79 or pass enabled flag on to the devices specific function
80 dis/enabling powersaving for the selected subsystem
81*/
82#if (CONFIG_POWER_SAVING & POWERSV_CPU)
83void cpu_set_powersave(bool enabled);
84#endif
85#if (CONFIG_POWER_SAVING & POWERSV_DISP)
86void disp_set_powersave(bool enabled);
87#endif
88#if (CONFIG_POWER_SAVING & POWERSV_DISK)
89void disk_set_powersave(bool enabled);
90#endif
91#if (CONFIG_POWER_SAVING & POWERSV_I2C)
92void i2c_set_powersave(bool enabled);
93#endif
94#endif /*CONFIG_POWER_SAVING*/
95
96#ifdef HAVE_ADJUSTABLE_CPU_FREQ 76#ifdef HAVE_ADJUSTABLE_CPU_FREQ
97#define CPU_BOOST_LOCK_DEFINED 77#define CPU_BOOST_LOCK_DEFINED
98 78