diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-27 06:59:25 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-27 06:59:25 +0000 |
commit | 13c310654c058ae70f8e95b9a47f03fc9d42c7da (patch) | |
tree | fbb9237cca2279246bfebbbdc5aafbe183365f27 /MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h | |
parent | 88a19367979a28e41e88ef2c9637a0f41d1c3bc6 (diff) | |
download | edk2-platforms-13c310654c058ae70f8e95b9a47f03fc9d42c7da.tar.xz |
added EFI_SIGNATURE_XX in Base.h, and updated the industry header files to use them.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6252 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h')
-rw-r--r-- | MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h b/MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h index 0d7f539c9c..ef2462e654 100644 --- a/MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h +++ b/MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h @@ -139,7 +139,7 @@ typedef EFI_ACPI_DESCRIPTION_HEADER EFI_ACPI_ASF_DESCRIPTION_HEADER; ///
/// "ASF!" ASF Description Table Signature
///
-#define EFI_ACPI_ASF_DESCRIPTION_TABLE_SIGNATURE EFI_SIGNATURE_32 ('A', 'S', 'F', '!')
+#define EFI_ACPI_ASF_DESCRIPTION_TABLE_SIGNATURE SIGNATURE_32 ('A', 'S', 'F', '!')
#pragma pack ()
|