diff options
| author | Robert Moore <Robert.Moore@intel.com> | 2021-05-19 08:14:00 -0700 |
|---|---|---|
| committer | Robert Moore <Robert.Moore@intel.com> | 2021-05-19 08:14:00 -0700 |
| commit | 81eb9c383e6dee0f1b6620e91e5c3dbb48234831 (patch) | |
| tree | e4fff5c821a4bc3b629c793654718ba11fc0bf10 /source/compiler/dtcompiler.h | |
| parent | 16f4f94a683252db5cec66cba8a334b6e7c79e71 (diff) | |
| download | acpica-81eb9c383e6dee0f1b6620e91e5c3dbb48234831.tar.gz | |
iASL: Add support for the BDAT ACPI table
Includes: Table compiler, disassembler, and template generator.
Diffstat (limited to 'source/compiler/dtcompiler.h')
| -rw-r--r-- | source/compiler/dtcompiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/compiler/dtcompiler.h b/source/compiler/dtcompiler.h index 116ca020d..810d7327b 100644 --- a/source/compiler/dtcompiler.h +++ b/source/compiler/dtcompiler.h @@ -751,6 +751,7 @@ DtGetGenericTableInfo ( extern const unsigned char TemplateAsf[]; extern const unsigned char TemplateBoot[]; +extern const unsigned char TemplateBdat[]; extern const unsigned char TemplateBert[]; extern const unsigned char TemplateBgrt[]; extern const unsigned char TemplateCedt[]; |
