From 86e94f4ac956e0aed23de30c7a458d215f54749a Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 19 Dec 2013 05:51:01 +0000 Subject: Import ACPICA 20131218. --- 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 f83ef7707d4a1..cdf71211f299d 100644 --- a/source/compiler/dtcompiler.h +++ b/source/compiler/dtcompiler.h @@ -399,6 +399,10 @@ ACPI_STATUS DtCompileCsrt ( void **PFieldList); +ACPI_STATUS +DtCompileDbg2 ( + void **PFieldList); + ACPI_STATUS DtCompileDmar ( void **PFieldList); @@ -451,6 +455,10 @@ ACPI_STATUS DtCompilePmtt ( void **PFieldList); +ACPI_STATUS +DtCompilePcct ( + void **PFieldList); + ACPI_STATUS DtCompileRsdt ( void **PFieldList); @@ -503,6 +511,7 @@ extern const unsigned char TemplateBert[]; extern const unsigned char TemplateBgrt[]; extern const unsigned char TemplateCpep[]; extern const unsigned char TemplateCsrt[]; +extern const unsigned char TemplateDbg2[]; extern const unsigned char TemplateDbgp[]; extern const unsigned char TemplateDmar[]; extern const unsigned char TemplateEcdt[]; @@ -520,6 +529,7 @@ extern const unsigned char TemplateMchi[]; extern const unsigned char TemplateMpst[]; extern const unsigned char TemplateMsct[]; extern const unsigned char TemplateMtmr[]; +extern const unsigned char TemplatePcct[]; extern const unsigned char TemplatePmtt[]; extern const unsigned char TemplateRsdt[]; extern const unsigned char TemplateS3pt[]; -- cgit v1.2.3