aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2007-02-02 11:48:21 -0500
committerLen Brown <len.brown@intel.com>2007-02-02 21:14:27 -0500
commitcb219bb6bf6f8cabdf07fbbca8487eee5a91ff05 (patch)
tree2593a4201a379f7b744f30a0b8f95b6e49ff2765 /include
parent65e4b9b05dc10ee84b5c9fc3039fbcc6863743d7 (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/acpi/actypes.h3
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