tools: amldecode: store table revision in parser
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user