Searched defs:acpi_table_header (Results 1 – 1 of 1) sorted by relevance
214 typedef struct acpi_table_header struct216 char Signature[ACPI_NAMESEG_SIZE]; /* ASCII table signature */217 … Length; /* Length of table in bytes, including this header */218 … Revision; /* ACPI Specification minor version number */219 … UINT8 Checksum; /* To make sum of entire table == 0 */220 char OemId[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */221 char OemTableId[ACPI_OEM_TABLE_ID_SIZE]; /* ASCII OEM table identification */222 UINT32 OemRevision; /* OEM revision number */223 char AslCompilerId[ACPI_NAMESEG_SIZE]; /* ASCII ASL compiler vendor ID */224 UINT32 AslCompilerRevision; /* ASL compiler version */