summaryrefslogtreecommitdiff
path: root/source/compiler/dtcompiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/dtcompiler.h')
-rw-r--r--source/compiler/dtcompiler.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/compiler/dtcompiler.h b/source/compiler/dtcompiler.h
index c3b87769573f..503700fe3c88 100644
--- a/source/compiler/dtcompiler.h
+++ b/source/compiler/dtcompiler.h
@@ -646,6 +646,10 @@ DtCompileIort (
void **PFieldList);
ACPI_STATUS
+DtCompileIovt (
+ void **List);
+
+ACPI_STATUS
DtCompileIvrs (
void **PFieldList);
@@ -754,6 +758,10 @@ DtCompileSvkl (
void **PFieldList);
ACPI_STATUS
+DtCompileSwft (
+ void **PFieldList);
+
+ACPI_STATUS
DtCompileTcpa (
void **PFieldList);
@@ -822,6 +830,7 @@ extern const unsigned char TemplateHest[];
extern const unsigned char TemplateHmat[];
extern const unsigned char TemplateHpet[];
extern const unsigned char TemplateIort[];
+extern const unsigned char TemplateIovt[];
extern const unsigned char TemplateIvrs[];
extern const unsigned char TemplateLpit[];
extern const unsigned char TemplateMadt[];
@@ -856,6 +865,7 @@ extern const unsigned char TemplateSpmi[];
extern const unsigned char TemplateSrat[];
extern const unsigned char TemplateStao[];
extern const unsigned char TemplateSvkl[];
+extern const unsigned char TemplateSwft[];
extern const unsigned char TemplateTcpa[];
extern const unsigned char TemplateTdel[];
extern const unsigned char TemplateTpm2[];