Message ID | 20210610034153.3882311-2-erik.kaneda@intel.com |
---|---|
State | Accepted |
Commit | 9f8c7baedabc9693fbd7890f8fda40578bde4f73 |
Headers | show |
Series | [v2,1/3] ACPICA: Add PRMT module header to facilitate parsing | expand |
diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h index 05b086d4d94a..2069ac38a4e2 100644 --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h @@ -1728,6 +1728,11 @@ struct acpi_table_prmt_header { u32 module_info_count; }; +struct acpi_prmt_module_header { + u16 revision; + u16 length; +}; + struct acpi_prmt_module_info { u16 revision; u16 length;