diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-19 05:47:35 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-19 05:47:35 +0000 |
commit | ecc4094208bcbdd61997dfb2cc931092dd140b0c (patch) | |
tree | 4ed2b62257a106b16fc37cc33132bb6a04408cde /MdePkg/Include/IndustryStandard/Acpi2_0.h | |
parent | d8dab3904b8d16fe171ebdd8f06f0f357c026d62 (diff) | |
download | edk2-platforms-ecc4094208bcbdd61997dfb2cc931092dd140b0c.tar.xz |
Update the industryStandard in MdePkg:
1) Acpi.h - It should be the ACPI definition supporting the latest ACPI specification.
2) These extended tables of ACPI should include the Acpi.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3353 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Acpi2_0.h')
-rw-r--r-- | MdePkg/Include/IndustryStandard/Acpi2_0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/Acpi2_0.h b/MdePkg/Include/IndustryStandard/Acpi2_0.h index a4e52265a7..946ed596d3 100644 --- a/MdePkg/Include/IndustryStandard/Acpi2_0.h +++ b/MdePkg/Include/IndustryStandard/Acpi2_0.h @@ -15,7 +15,7 @@ #ifndef _ACPI_2_0_H_
#define _ACPI_2_0_H_
-#include "Acpi.h"
+#include <IndustryStandard/Acpi1_0.h>
//
// Ensure proper structure formats
|