Home
last modified time | relevance | path

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

/include/acpi/
A Dacpi_table.h52 struct __packed acpi_table_header { struct
53 char signature[ACPI_NAME_LEN]; /* ACPI signature (4 ASCII chars) */
54 u32 length; /* Table length in bytes (incl. header) */
55 u8 revision; /* Table version (not ACPI version!) */
56 volatile u8 checksum; /* To make sum of entire table == 0 */
57 char oem_id[6]; /* OEM identification */
58 char oem_table_id[8]; /* OEM table identification */
59 u32 oem_revision; /* OEM revision number */
60 char creator_id[4]; /* ASL compiler vendor ID */
61 u32 creator_revision; /* ASL compiler revision number */

Completed in 12 milliseconds