Home
last modified time | relevance | path

Searched defs:acpi_table_header (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl.h213 typedef struct acpi_table_header struct
215 char Signature[ACPI_NAME_SIZE]; /* ASCII table signature */
216 … Length; /* Length of table in bytes, including this header */
217 … Revision; /* ACPI Specification minor version number */
218 … UINT8 Checksum; /* To make sum of entire table == 0 */
219 char OemId[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */
220 char OemTableId[ACPI_OEM_TABLE_ID_SIZE]; /* ASCII OEM table identification */
221 UINT32 OemRevision; /* OEM revision number */
222 char AslCompilerId[ACPI_NAME_SIZE]; /* ASCII ASL compiler vendor ID */
223 UINT32 AslCompilerRevision; /* ASL compiler version */