mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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:
parent
17424fae4f
commit
a9def1ed9d
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user