arch/x86/acpi: Add define for generic container HID

The generic container HID is defined in ACPI specification as PNP0A05.

BUG=b:146482091

Signed-off-by: Duncan Laurie <dlaurie@google.com>
Change-Id: I3632e77533a47f22b92259b469b03e63f51687e0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40881
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Duncan Laurie 2020-04-29 00:11:19 -07:00 committed by Patrick Georgi
parent c1adeb68a0
commit de13519ca5
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ typedef struct acpi_gen_regaddr {
#define ACPI_HID_COM "PNP0501"
#define ACPI_HID_LPT "PNP0400"
#define ACPI_HID_PNP "PNP0C02"
#define ACPI_HID_CONTAINER "PNP0A05"
/* Generic ACPI header, provided by (almost) all tables */
typedef struct acpi_table_header {