Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl.h214 typedef struct acpi_table_header struct
216 …r Signature[ACPI_NAMESEG_SIZE] ACPI_NONSTRING; /* ASCII table signature */
217 …h; /* Length of table in bytes, including this header */
218 … Revision; /* ACPI Specification minor version number */
219 … Checksum; /* To make sum of entire table == 0 */
220 … OemId[ACPI_OEM_ID_SIZE] ACPI_NONSTRING; /* ASCII OEM identification */
221 … OemTableId[ACPI_OEM_TABLE_ID_SIZE] ACPI_NONSTRING; /* ASCII OEM table identification */
222 …INT32 OemRevision; /* OEM revision number */
223 … AslCompilerId[ACPI_NAMESEG_SIZE]; /* ASCII ASL compiler vendor ID */
224 …NT32 AslCompilerRevision; /* ASL compiler version */