summaryrefslogtreecommitdiff
path: root/source/compiler/dtcompiler.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2021-05-19 08:14:00 -0700
committerRobert Moore <Robert.Moore@intel.com>2021-05-19 08:14:00 -0700
commit81eb9c383e6dee0f1b6620e91e5c3dbb48234831 (patch)
treee4fff5c821a4bc3b629c793654718ba11fc0bf10 /source/compiler/dtcompiler.h
parent16f4f94a683252db5cec66cba8a334b6e7c79e71 (diff)
downloadacpica-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.h1
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[];