diff options
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/actypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index fe9eb0ea32e4..6fa3f2a13db5 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h | |||
@@ -412,7 +412,8 @@ typedef u64 acpi_integer; | |||
412 | /* | 412 | /* |
413 | * Initialization state | 413 | * Initialization state |
414 | */ | 414 | */ |
415 | #define ACPI_INITIALIZED_OK 0x01 | 415 | #define ACPI_SUBSYSTEM_INITIALIZE 0x01 |
416 | #define ACPI_INITIALIZED_OK 0x02 | ||
416 | 417 | ||
417 | /* | 418 | /* |
418 | * Power state values | 419 | * Power state values |