42#define ACPI_STA_FLAGS_DEFAULT (ACPI_STA_PRESENT | ACPI_STA_ENABLED | ACPI_STA_SHOW_IN_UI | ACPI_STA_FUNCTIONAL)
void acpi_devices_init(void)
Enumerate and configure ACPI devices.
acpi_sta_flags_t
Flags for the _STA method.
@ ACPI_STA_BATTERY_PRESENT
Set if a battery is present.
@ ACPI_STA_SHOW_IN_UI
Set if the device should be shown in the UI.
@ ACPI_STA_PRESENT
Set if the device is present.
@ ACPI_STA_FUNCTIONAL
Set if the device is functioning properly (cleared if device failed its diagnostics)
@ ACPI_STA_ENABLED
Set if the device is enabled and decoding its resources.