tools: amldecode: store table revision in parser

This commit is contained in:
2023-07-20 19:46:00 +01:00
parent 9a2ac25343
commit af15eaa75b
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ struct aml_parser_scope {
};
struct aml_parser {
int revision;
unsigned char *start, *end;
unsigned char *ptr, *saved_ptr;
struct acpi_namespace *ns;