forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/acpi/sleep.h
....@@ -2,6 +2,7 @@
22
33 extern void acpi_enable_wakeup_devices(u8 sleep_state);
44 extern void acpi_disable_wakeup_devices(u8 sleep_state);
5
+extern bool acpi_check_wakeup_handlers(void);
56
67 extern struct list_head acpi_wakeup_device_list;
78 extern struct mutex acpi_device_lock;