diff options
Diffstat (limited to 'drivers/acpi/acpica/aclocal.h')
-rw-r--r-- | drivers/acpi/acpica/aclocal.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index 52a21dafb540..f68cb602dc23 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h | |||
@@ -733,7 +733,8 @@ union acpi_parse_value { | |||
733 | #define ACPI_DASM_MATCHOP 0x06 /* Parent opcode is a Match() operator */ | 733 | #define ACPI_DASM_MATCHOP 0x06 /* Parent opcode is a Match() operator */ |
734 | #define ACPI_DASM_LNOT_PREFIX 0x07 /* Start of a Lnot_equal (etc.) pair of opcodes */ | 734 | #define ACPI_DASM_LNOT_PREFIX 0x07 /* Start of a Lnot_equal (etc.) pair of opcodes */ |
735 | #define ACPI_DASM_LNOT_SUFFIX 0x08 /* End of a Lnot_equal (etc.) pair of opcodes */ | 735 | #define ACPI_DASM_LNOT_SUFFIX 0x08 /* End of a Lnot_equal (etc.) pair of opcodes */ |
736 | #define ACPI_DASM_IGNORE 0x09 /* Not used at this time */ | 736 | #define ACPI_DASM_HID_STRING 0x09 /* String is a _HID or _CID */ |
737 | #define ACPI_DASM_IGNORE 0x0A /* Not used at this time */ | ||
737 | 738 | ||
738 | /* | 739 | /* |
739 | * Generic operation (for example: If, While, Store) | 740 | * Generic operation (for example: If, While, Store) |
@@ -1147,4 +1148,9 @@ struct ah_predefined_name { | |||
1147 | #endif | 1148 | #endif |
1148 | }; | 1149 | }; |
1149 | 1150 | ||
1151 | struct ah_device_id { | ||
1152 | char *name; | ||
1153 | char *description; | ||
1154 | }; | ||
1155 | |||
1150 | #endif /* __ACLOCAL_H__ */ | 1156 | #endif /* __ACLOCAL_H__ */ |