forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
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;