sleep.h 324 B

12345678910
  1. extern u8 sleep_states[];
  2. extern int acpi_suspend (u32 state);
  3. extern void acpi_enable_wakeup_device_prep(u8 sleep_state);
  4. extern void acpi_enable_wakeup_device(u8 sleep_state);
  5. extern void acpi_disable_wakeup_device(u8 sleep_state);
  6. extern struct list_head acpi_wakeup_device_list;
  7. extern struct mutex acpi_device_lock;