From 6bb10c5e2fa82c104e57c7468335930ba9e47d4f Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 15 Feb 2013 19:12:35 +0000 Subject: Import ACPICA 20130215. --- source/compiler/dtcompiler.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source/compiler/dtcompiler.h') diff --git a/source/compiler/dtcompiler.h b/source/compiler/dtcompiler.h index f557ca3063c0..f83ef7707d4a 100644 --- a/source/compiler/dtcompiler.h +++ b/source/compiler/dtcompiler.h @@ -443,6 +443,10 @@ ACPI_STATUS DtCompileMsct ( void **PFieldList); +ACPI_STATUS +DtCompileMtmr ( + void **PFieldList); + ACPI_STATUS DtCompilePmtt ( void **PFieldList); @@ -471,6 +475,10 @@ ACPI_STATUS DtCompileUefi ( void **PFieldList); +ACPI_STATUS +DtCompileVrtc ( + void **PFieldList); + ACPI_STATUS DtCompileWdat ( void **PFieldList); @@ -511,6 +519,7 @@ extern const unsigned char TemplateMcfg[]; extern const unsigned char TemplateMchi[]; extern const unsigned char TemplateMpst[]; extern const unsigned char TemplateMsct[]; +extern const unsigned char TemplateMtmr[]; extern const unsigned char TemplatePmtt[]; extern const unsigned char TemplateRsdt[]; extern const unsigned char TemplateS3pt[]; @@ -523,6 +532,7 @@ extern const unsigned char TemplateSrat[]; extern const unsigned char TemplateTcpa[]; extern const unsigned char TemplateTpm2[]; extern const unsigned char TemplateUefi[]; +extern const unsigned char TemplateVrtc[]; extern const unsigned char TemplateWaet[]; extern const unsigned char TemplateWdat[]; extern const unsigned char TemplateWddt[]; -- cgit v1.2.3