Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dactbl.h105 typedef struct acpi_table_header struct
107 char Signature[ACPI_NAME_SIZE]; /* ASCII table signature */
108 … Length; /* Length of table in bytes, including this header */
109 … Revision; /* ACPI Specification minor version number */
110 … UINT8 Checksum; /* To make sum of entire table == 0 */
111 char OemId[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */
112 char OemTableId[ACPI_OEM_TABLE_ID_SIZE]; /* ASCII OEM table identification */
113 UINT32 OemRevision; /* OEM revision number */
114 char AslCompilerId[ACPI_NAME_SIZE]; /* ASCII ASL compiler vendor ID */
115 UINT32 AslCompilerRevision; /* ASL compiler version */