tools: add tool to decode AML files and build an ACPI namespace

This commit is contained in:
2023-07-19 19:00:27 +01:00
parent 42c6cfb697
commit f8c1a52259
16 changed files with 2446 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
#ifndef AML_CONSTANTS_H_
#define AML_CONSTANTS_H_
#define ACPI_OBJECT_NAME_MAX 5
#endif