diff options
Diffstat (limited to 'drivers/acpi/acpica/acglobal.h')
-rw-r--r-- | drivers/acpi/acpica/acglobal.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/acglobal.h b/drivers/acpi/acpica/acglobal.h index dec7994d405c..92fab6a8114f 100644 --- a/drivers/acpi/acpica/acglobal.h +++ b/drivers/acpi/acpica/acglobal.h | |||
@@ -462,4 +462,12 @@ ACPI_EXTERN u32 acpi_gbl_size_of_acpi_objects; | |||
462 | 462 | ||
463 | #endif /* ACPI_DEBUGGER */ | 463 | #endif /* ACPI_DEBUGGER */ |
464 | 464 | ||
465 | /***************************************************************************** | ||
466 | * | ||
467 | * Info/help support | ||
468 | * | ||
469 | ****************************************************************************/ | ||
470 | |||
471 | extern const struct ah_predefined_name asl_predefined_info[]; | ||
472 | |||
465 | #endif /* __ACGLOBAL_H__ */ | 473 | #endif /* __ACGLOBAL_H__ */ |