diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-20 09:14:02 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-20 09:14:02 +0000 |
commit | 732fb201155444f028b1d291023c49e8517a7cc2 (patch) | |
tree | 55120fdedecc564def7c09e4e45c88fd1ea72c7d /MdePkg/Include/IndustryStandard/Acpi20.h | |
parent | a7d5ff5841d6d7a7f6e028491c60a7865a29c22a (diff) | |
download | edk2-platforms-732fb201155444f028b1d291023c49e8517a7cc2.tar.xz |
changing Acpi1_0.h to Acpi10.h, Acpi2_0.h to Acpi20.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6140 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Acpi20.h')
-rw-r--r-- | MdePkg/Include/IndustryStandard/Acpi20.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/Acpi20.h b/MdePkg/Include/IndustryStandard/Acpi20.h index 0ae652f311..3b5a4e8a89 100644 --- a/MdePkg/Include/IndustryStandard/Acpi20.h +++ b/MdePkg/Include/IndustryStandard/Acpi20.h @@ -14,7 +14,7 @@ #ifndef _ACPI_2_0_H_
#define _ACPI_2_0_H_
-#include <IndustryStandard/Acpi1_0.h>
+#include <IndustryStandard/Acpi10.h>
//
// Ensure proper structure formats
|