diff options
author | Olivier Martin <olivier.martin@arm.com> | 2013-12-10 16:37:10 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-12-10 16:37:10 +0000 |
commit | 77d7af47585336f7afff00e0415156e96c22253b (patch) | |
tree | fba98464c69b4f5fc23e6e9544e0207f3c2e293a | |
parent | 0e0fb74a067a1be9d3395a1f37f8645cc0a885d5 (diff) | |
download | edk2-77d7af47585336f7afff00e0415156e96c22253b.tar.gz edk2-77d7af47585336f7afff00e0415156e96c22253b.tar.bz2 edk2-77d7af47585336f7afff00e0415156e96c22253b.zip |
ArmPkg/ArmMpCoreInfo.h: Fixed macro definition
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14954 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | ArmPkg/Include/Ppi/ArmMpCoreInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Include/Ppi/ArmMpCoreInfo.h b/ArmPkg/Include/Ppi/ArmMpCoreInfo.h index 08276b135b..fdacd811b8 100644 --- a/ArmPkg/Include/Ppi/ArmMpCoreInfo.h +++ b/ArmPkg/Include/Ppi/ArmMpCoreInfo.h @@ -13,7 +13,7 @@ **/
#ifndef __ARM_MP_CORE_INFO_PPI_H__
-#define __ARM_MP_CORE_INFO_PPI_H_
+#define __ARM_MP_CORE_INFO_PPI_H__
#include <Guid/ArmMpCoreInfo.h>
|