summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Uefi/UefiMultiPhase.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Uefi/UefiMultiPhase.h')
-rw-r--r--MdePkg/Include/Uefi/UefiMultiPhase.h28
1 files changed, 13 insertions, 15 deletions
diff --git a/MdePkg/Include/Uefi/UefiMultiPhase.h b/MdePkg/Include/Uefi/UefiMultiPhase.h
index e4a8d84..c663a68 100644
--- a/MdePkg/Include/Uefi/UefiMultiPhase.h
+++ b/MdePkg/Include/Uefi/UefiMultiPhase.h
@@ -17,9 +17,9 @@
#include <ProcessorBind.h>
-//
-// Enumeration of memory types introduced in UEFI.
-//
+///
+/// Enumeration of memory types introduced in UEFI.
+///
typedef enum {
EfiReservedMemoryType,
EfiLoaderCode,
@@ -39,9 +39,9 @@ typedef enum {
} EFI_MEMORY_TYPE;
-//
-// Data structure that precedes all of the standard EFI table types.
-//
+///
+/// Data structure that precedes all of the standard EFI table types.
+///
typedef struct {
UINT64 Signature;
UINT32 Revision;
@@ -50,22 +50,20 @@ typedef struct {
UINT32 Reserved;
} EFI_TABLE_HEADER;
-//
-// Attributes of variable.
-//
+///
+/// Attributes of variable.
+///
#define EFI_VARIABLE_NON_VOLATILE 0x00000001
#define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002
#define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004
#define EFI_VARIABLE_HARDWARE_ERROR_RECORD 0x00000008
-//
-// This attribute is identified by the mnemonic 'HR'
-// elsewhere in this specification.
-//
+///
+/// This attribute is identified by the mnemonic 'HR'
+/// elsewhere in this specification.
+///
#define EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS 0x00000010
-
-
//
// _WIN_CERTIFICATE.wCertificateType
//