summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Include/Guid/MpInformation2.h
diff options
context:
space:
mode:
Diffstat (limited to 'UefiCpuPkg/Include/Guid/MpInformation2.h')
-rw-r--r--UefiCpuPkg/Include/Guid/MpInformation2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Include/Guid/MpInformation2.h b/UefiCpuPkg/Include/Guid/MpInformation2.h
index 43185a4b01..2d9266f061 100644
--- a/UefiCpuPkg/Include/Guid/MpInformation2.h
+++ b/UefiCpuPkg/Include/Guid/MpInformation2.h
@@ -53,6 +53,6 @@ typedef struct {
#define GET_MP_INFORMATION_ENTRY(MpInfoHobData, Index) \
(MP_INFORMATION2_ENTRY *)((UINTN)&((MP_INFORMATION2_HOB_DATA *)(MpInfoHobData))->Entry + (MpInfoHobData)->EntrySize * Index)
-extern EFI_GUID gMpInformationHobGuid2;
+extern EFI_GUID gMpInformation2HobGuid;
#endif