From 8811b910b092027f905013bced1da3e87c6b07b9 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 16 Jun 2015 19:48:16 +0000 Subject: Import ACPICA 20150616. --- source/compiler/dttemplate.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'source/compiler/dttemplate.h') diff --git a/source/compiler/dttemplate.h b/source/compiler/dttemplate.h index 1b27b4e7f01e..6d76f4d64b9c 100644 --- a/source/compiler/dttemplate.h +++ b/source/compiler/dttemplate.h @@ -45,7 +45,7 @@ #define __DTTEMPLATE_H -/* Special templates for DSDT and SSDT (AML byte-code tables) */ +/* Special templates for the ASL/AML tables: DSDT, SSDT, and OSDT */ const char TemplateDsdt[] = "DefinitionBlock (\"dsdt.aml\", \"DSDT\", 2, \"Intel\", \"Template\", 0x00000001)\n" @@ -65,6 +65,15 @@ const char TemplateSsdt[] = " }\n" "}\n\n"; +const char TemplateOsdt[] = + "DefinitionBlock (\"osdt.aml\", \"OSDT\", 2, \"Intel\", \"Template\", 0x00000001)\n" + "{\n" + " Method (MAIN, 0, NotSerialized)\n" + " {\n" + " Return (Zero)\n" + " }\n" + "}\n\n"; + /* Templates for ACPI data tables */ -- cgit v1.3