Searched defs:acpi_table_header (Results 1 – 1 of 1) sorted by relevance
170 typedef struct acpi_table_header struct172 char Signature[ACPI_NAME_SIZE]; /* ASCII table signature */173 … Length; /* Length of table in bytes, including this header */174 …INT8 Revision; /* ACPI Specification minor version # */175 … UINT8 Checksum; /* To make sum of entire table == 0 */176 char OemId[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */177 char OemTableId[ACPI_OEM_TABLE_ID_SIZE]; /* ASCII OEM table identification */178 UINT32 OemRevision; /* OEM revision number */179 char AslCompilerId[ACPI_NAME_SIZE]; /* ASCII ASL compiler vendor ID */180 UINT32 AslCompilerRevision; /* ASL compiler version */