mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-04-29 09:33:49 +00:00
also, delete sleep/ and delete ACPI_CFLAGS from Makefile Signed-off-by: Len Brown <len.brown@intel.com>
7 lines
236 B
C
7 lines
236 B
C
|
|
extern u8 sleep_states[];
|
|
extern int acpi_suspend (u32 state);
|
|
|
|
extern void acpi_enable_wakeup_device_prep(u8 sleep_state);
|
|
extern void acpi_enable_wakeup_device(u8 sleep_state);
|
|
extern void acpi_disable_wakeup_device(u8 sleep_state);
|