Skip to content

Commit 9f8c7ba

Browse files
Erik Kanedarafaeljw
authored andcommitted
ACPICA: Add PRMT module header to facilitate parsing
ACPICA commit bd46cb07e614fd85ea69e54c1f6f0ae0a5fb20ab This structure is used in to parse PRMT in other Operating Systems that relies on using subtable headers in order to parse ACPI tables. Although the PRMT doesn't have "subtables" it has a list of module information structures that act as subtables. Link: acpica/acpica@bd46cb07 Signed-off-by: Erik Kaneda <[email protected]> Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 24fa169 commit 9f8c7ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/acpi/actbl2.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,6 +1728,11 @@ struct acpi_table_prmt_header {
17281728
u32 module_info_count;
17291729
};
17301730

1731+
struct acpi_prmt_module_header {
1732+
u16 revision;
1733+
u16 length;
1734+
};
1735+
17311736
struct acpi_prmt_module_info {
17321737
u16 revision;
17331738
u16 length;

0 commit comments

Comments
 (0)