Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl.h106 typedef struct acpi_table_header struct
108 char Signature[ACPI_NAMESEG_SIZE]; /* ASCII table signature */
109 … Length; /* Length of table in bytes, including this header */
110 … Revision; /* ACPI Specification minor version number */
111 … UINT8 Checksum; /* To make sum of entire table == 0 */
112 char OemId[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */
113 char OemTableId[ACPI_OEM_TABLE_ID_SIZE]; /* ASCII OEM table identification */
114 UINT32 OemRevision; /* OEM revision number */
115 char AslCompilerId[ACPI_NAMESEG_SIZE]; /* ASCII ASL compiler vendor ID */
116 UINT32 AslCompilerRevision; /* ASL compiler version */