diff options
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acglobal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/acpi/acglobal.h b/include/acpi/acglobal.h index e91008eaef2d..44e718ee1579 100644 --- a/include/acpi/acglobal.h +++ b/include/acpi/acglobal.h | |||
@@ -238,6 +238,10 @@ ACPI_EXTERN u8 acpi_gbl_acpi_hardware_present; | |||
238 | ACPI_EXTERN u8 acpi_gbl_events_initialized; | 238 | ACPI_EXTERN u8 acpi_gbl_events_initialized; |
239 | ACPI_EXTERN u8 acpi_gbl_system_awake_and_running; | 239 | ACPI_EXTERN u8 acpi_gbl_system_awake_and_running; |
240 | 240 | ||
241 | #ifndef DEFINE_ACPI_GLOBALS | ||
242 | |||
243 | /* Other miscellaneous */ | ||
244 | |||
241 | extern u8 acpi_gbl_shutdown; | 245 | extern u8 acpi_gbl_shutdown; |
242 | extern u32 acpi_gbl_startup_flags; | 246 | extern u32 acpi_gbl_startup_flags; |
243 | extern const char *acpi_gbl_sleep_state_names[ACPI_S_STATE_COUNT]; | 247 | extern const char *acpi_gbl_sleep_state_names[ACPI_S_STATE_COUNT]; |
@@ -245,6 +249,8 @@ extern const char *acpi_gbl_highest_dstate_names[4]; | |||
245 | extern const struct acpi_opcode_info acpi_gbl_aml_op_info[AML_NUM_OPCODES]; | 249 | extern const struct acpi_opcode_info acpi_gbl_aml_op_info[AML_NUM_OPCODES]; |
246 | extern const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS]; | 250 | extern const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS]; |
247 | 251 | ||
252 | #endif | ||
253 | |||
248 | /* Exception codes */ | 254 | /* Exception codes */ |
249 | 255 | ||
250 | extern char const *acpi_gbl_exception_names_env[]; | 256 | extern char const *acpi_gbl_exception_names_env[]; |