diff options
| author | Robert Moore <Robert.Moore@intel.com> | 2021-03-11 13:12:08 -0800 |
|---|---|---|
| committer | Robert Moore <Robert.Moore@intel.com> | 2021-03-11 13:12:08 -0800 |
| commit | 1e6dded267b13c4aa0c3e16de0fa89d3b9c880e9 (patch) | |
| tree | 237970b8589193a1d3cc82274e4864fc1ecdebe2 /source/compiler/dtcompiler.h | |
| parent | d7e6add88f6ad95a8bc3671ec73f4cb1d0c09cc5 (diff) | |
| download | acpica-1e6dded267b13c4aa0c3e16de0fa89d3b9c880e9.tar.gz | |
iASL/TableCompiler: Add compilation support for CEDT table.
Also, update the CEDT template.
Diffstat (limited to 'source/compiler/dtcompiler.h')
| -rw-r--r-- | source/compiler/dtcompiler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/compiler/dtcompiler.h b/source/compiler/dtcompiler.h index 62bb0786c..f2d006440 100644 --- a/source/compiler/dtcompiler.h +++ b/source/compiler/dtcompiler.h @@ -574,6 +574,10 @@ DtCompileCpep ( void **PFieldList); ACPI_STATUS +DtCompileCedt ( + void **PFieldList); + +ACPI_STATUS DtCompileCsrt ( void **PFieldList); |
