diff options
Diffstat (limited to 'drivers/acpi/acpica/acparser.h')
-rw-r--r-- | drivers/acpi/acpica/acparser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/acparser.h b/drivers/acpi/acpica/acparser.h index 74a390c6db16..0cdd2fce493a 100644 --- a/drivers/acpi/acpica/acparser.h +++ b/drivers/acpi/acpica/acparser.h | |||
@@ -70,6 +70,9 @@ | |||
70 | * | 70 | * |
71 | *****************************************************************************/ | 71 | *****************************************************************************/ |
72 | 72 | ||
73 | extern const u8 acpi_gbl_short_op_index[]; | ||
74 | extern const u8 acpi_gbl_long_op_index[]; | ||
75 | |||
73 | /* | 76 | /* |
74 | * psxface - Parser external interfaces | 77 | * psxface - Parser external interfaces |
75 | */ | 78 | */ |