From a9def1ed9da3a091d78983cb9233241b345f344c Mon Sep 17 00:00:00 2001 From: Paul Grimes Date: Tue, 11 Jun 2024 09:59:23 -0700 Subject: [PATCH] MdePkg/Include: Update Msr.h header guard define Update the Msr.h eader guard to comply with latest edk2 coding guidelines. This change is part of a refactor of MSR definitions and SEV-SNP related defines, which aims to remove family-specific references (filename) as these defines are common to all modern EPYC Processors. Signed-off-by: Paul Grimes --- MdePkg/Include/Register/Amd/Msr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/Register/Amd/Msr.h b/MdePkg/Include/Register/Amd/Msr.h index 8f771a78bf..5f84aa6372 100644 --- a/MdePkg/Include/Register/Amd/Msr.h +++ b/MdePkg/Include/Register/Amd/Msr.h @@ -14,8 +14,8 @@ **/ -#ifndef __AMD_MSR_H__ -#define __AMD_MSR_H__ +#ifndef AMD_MSR_H_ +#define AMD_MSR_H_ #include #include