MdePkg/Include: Update reference to SEV-SNP header file

Update reference to SevSnpMsr.h as part of a refactor of MSR definitions and
SEV-SNP related defines. 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-04 09:12:20 -07:00 committed by mergify[bot]
parent 6eaeef2c9b
commit d40c71ef3f

View File

@ -18,7 +18,7 @@
#define __AMD_MSR_H__
#include <Register/Intel/ArchitecturalMsr.h>
#include <Register/Amd/Fam17Msr.h>
#include <Register/Amd/SevSnpMsr.h>
#include <Register/Amd/SvsmMsr.h>
#endif