mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
9 lines
288 B
C
9 lines
288 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);
|
||
|
extern void acpi_wakeup_gpe_poweroff_prepare(void);
|