diff options
Diffstat (limited to 'MdePkg/Include/Ppi/SecPlatformInformation.h')
-rw-r--r-- | MdePkg/Include/Ppi/SecPlatformInformation.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Ppi/SecPlatformInformation.h b/MdePkg/Include/Ppi/SecPlatformInformation.h index b1651129b7..fc5c366869 100644 --- a/MdePkg/Include/Ppi/SecPlatformInformation.h +++ b/MdePkg/Include/Ppi/SecPlatformInformation.h @@ -32,11 +32,11 @@ typedef struct _EFI_SEC_PLATFORM_INFORMATION_PPI EFI_SEC_PLATFORM_INFORMATION_PPI;
-//
-// EFI_HEALTH_FLAGS
-// Contains information generated by microcode, hardware, and/or the Itanium
-// processor PAL code about the state of the processor upon reset.
-//
+///
+/// EFI_HEALTH_FLAGS
+/// Contains information generated by microcode, hardware, and/or the Itanium
+/// processor PAL code about the state of the processor upon reset.
+///
typedef union {
struct {
UINT32 Status : 2;
|