swh:1:snp:baebc2109e4a2ec22a1129a3859647e191d04df4
Raw File
Tip revision: 226405b7130d6c71bbaa683389449207b7125c08 authored by Ben Hutchings on 13 July 2014, 19:29:47 UTC
Synthetic revision for Debian source package linux version 3.14.12-1~bpo70+1
Tip revision: 226405b
sleep.h

extern int acpi_suspend(u32 state);

extern void acpi_enable_wakeup_devices(u8 sleep_state);
extern void acpi_disable_wakeup_devices(u8 sleep_state);

extern struct list_head acpi_wakeup_device_list;
extern struct mutex acpi_device_lock;

extern void acpi_resume_power_resources(void);
back to top