Searched defs:acpi_table_cdat (Results 1 – 1 of 1) sorted by relevance
319 struct acpi_table_cdat { struct320 u32 length; /* Length of table in bytes, including this header */321 u8 revision; /* ACPI Specification minor version number */322 u8 checksum; /* To make sum of entire table == 0 */323 u8 reserved[6];324 u32 sequence; /* Used to detect runtime CDAT table changes */
Completed in 17 milliseconds