diff options
author | Bob Moore <robert.moore@intel.com> | 2010-09-15 14:02:56 +0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-10-01 01:47:56 -0400 |
commit | 31b3d4c3b3c599a2329c3e66ffab7a045b169c85 (patch) | |
tree | ec23336e6f4d7e183d0f6707e2368ff3e3300f94 /include/acpi | |
parent | e786db75406b30fa74dea095c571c8c164a2f3dd (diff) | |
download | linux-3.10-31b3d4c3b3c599a2329c3e66ffab7a045b169c85.tar.gz linux-3.10-31b3d4c3b3c599a2329c3e66ffab7a045b169c85.tar.bz2 linux-3.10-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index bfa252ba110..c156e5ec388 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; /* |