ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is called
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@ -412,7 +412,8 @@ typedef u64 acpi_integer;
|
||||
/*
|
||||
* Initialization state
|
||||
*/
|
||||
#define ACPI_INITIALIZED_OK 0x01
|
||||
#define ACPI_SUBSYSTEM_INITIALIZE 0x01
|
||||
#define ACPI_INITIALIZED_OK 0x02
|
||||
|
||||
/*
|
||||
* Power state values
|
||||
|
Reference in New Issue
Block a user