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 <paul.grimes@amd.com>
This commit is contained in:
Paul Grimes 2024-06-11 09:59:23 -07:00 committed by mergify[bot]
parent 17424fae4f
commit a9def1ed9d

View File

@ -14,8 +14,8 @@
**/
#ifndef __AMD_MSR_H__
#define __AMD_MSR_H__
#ifndef AMD_MSR_H_
#define AMD_MSR_H_
#include <Register/Intel/ArchitecturalMsr.h>
#include <Register/Amd/SevSnpMsr.h>