aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2010-09-15 14:02:56 +0800
committerLen Brown <len.brown@intel.com>2010-10-01 01:47:56 -0400
commit31b3d4c3b3c599a2329c3e66ffab7a045b169c85 (patch)
treeec23336e6f4d7e183d0f6707e2368ff3e3300f94 /include/acpi
parentACPICA: Update math module; no functional change (diff)
downloadlinux-dev-31b3d4c3b3c599a2329c3e66ffab7a045b169c85.tar.xz
linux-dev-31b3d4c3b3c599a2329c3e66ffab7a045b169c85.zip
ACPICA: Make acpi_gbl_system_awake_and_running publically available
Added extern for this boolean in acpixf.h. Some hosts utilize this value during suspend/restore operations. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acpixf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h
index bfa252ba110b..c156e5ec388d 100644
--- a/include/acpi/acpixf.h
+++ b/include/acpi/acpixf.h
@@ -72,6 +72,7 @@ extern u8 acpi_gbl_truncate_io_addresses;
extern u32 acpi_current_gpe_count;
extern struct acpi_table_fadt acpi_gbl_FADT;
+extern u8 acpi_gbl_system_awake_and_running;
extern u32 acpi_rsdt_forced;
/*