diff options
Diffstat (limited to 'UefiCpuPkg/Include/Guid')
-rw-r--r-- | UefiCpuPkg/Include/Guid/CpuFeaturesInitDone.h | 2 | ||||
-rw-r--r-- | UefiCpuPkg/Include/Guid/CpuFeaturesSetDone.h | 2 | ||||
-rw-r--r-- | UefiCpuPkg/Include/Guid/MicrocodePatchHob.h | 2 | ||||
-rw-r--r-- | UefiCpuPkg/Include/Guid/MsegSmram.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/UefiCpuPkg/Include/Guid/CpuFeaturesInitDone.h b/UefiCpuPkg/Include/Guid/CpuFeaturesInitDone.h index 81c8ff63d4..b23580f1da 100644 --- a/UefiCpuPkg/Include/Guid/CpuFeaturesInitDone.h +++ b/UefiCpuPkg/Include/Guid/CpuFeaturesInitDone.h @@ -15,6 +15,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent { 0xc77c3a41, 0x61ab, 0x4143, { 0x98, 0x3e, 0x33, 0x39, 0x28, 0x6, 0x28, 0xe5 } \
}
-extern EFI_GUID gEdkiiCpuFeaturesInitDoneGuid;
+extern EFI_GUID gEdkiiCpuFeaturesInitDoneGuid;
#endif
diff --git a/UefiCpuPkg/Include/Guid/CpuFeaturesSetDone.h b/UefiCpuPkg/Include/Guid/CpuFeaturesSetDone.h index a005a51fd6..28eb5c7076 100644 --- a/UefiCpuPkg/Include/Guid/CpuFeaturesSetDone.h +++ b/UefiCpuPkg/Include/Guid/CpuFeaturesSetDone.h @@ -15,6 +15,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent { 0xa82485ce, 0xad6b, 0x4101, { 0x99, 0xd3, 0xe1, 0x35, 0x8c, 0x9e, 0x7e, 0x37 } \
}
-extern EFI_GUID gEdkiiCpuFeaturesSetDoneGuid;
+extern EFI_GUID gEdkiiCpuFeaturesSetDoneGuid;
#endif
diff --git a/UefiCpuPkg/Include/Guid/MicrocodePatchHob.h b/UefiCpuPkg/Include/Guid/MicrocodePatchHob.h index 2d307fbffb..2772c41a16 100644 --- a/UefiCpuPkg/Include/Guid/MicrocodePatchHob.h +++ b/UefiCpuPkg/Include/Guid/MicrocodePatchHob.h @@ -11,7 +11,7 @@ #ifndef _MICROCODE_PATCH_HOB_H_
#define _MICROCODE_PATCH_HOB_H_
-extern EFI_GUID gEdkiiMicrocodePatchHobGuid;
+extern EFI_GUID gEdkiiMicrocodePatchHobGuid;
//
// The EDKII microcode patch HOB will be produced by MpInitLib and it can be
diff --git a/UefiCpuPkg/Include/Guid/MsegSmram.h b/UefiCpuPkg/Include/Guid/MsegSmram.h index 01001c4730..77dd3eda05 100644 --- a/UefiCpuPkg/Include/Guid/MsegSmram.h +++ b/UefiCpuPkg/Include/Guid/MsegSmram.h @@ -15,7 +15,7 @@ 0x5802bce4, 0xeeee, 0x4e33, { 0xa1, 0x30, 0xeb, 0xad, 0x27, 0xf0, 0xe4, 0x39 } \
}
-extern EFI_GUID gMsegSmramGuid;
+extern EFI_GUID gMsegSmramGuid;
//
// The data portion of this HOB is type EFI_SMRAM_DESCRIPTOR
|