X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FBase.h;h=4613ea011d0e38a1904a34e79aba0d3b2f2a7a3c;hp=232521fd4307c26bb28500a8d702c61edd117ed1;hb=62991af27f84e5f20e55dee6e1f90eb77ec5325e;hpb=4d24730c5532f95d095f780d5d84ace9118aa1fc diff --git a/MdePkg/Include/Base.h b/MdePkg/Include/Base.h index 232521fd43..4613ea011d 100644 --- a/MdePkg/Include/Base.h +++ b/MdePkg/Include/Base.h @@ -43,9 +43,9 @@ typedef struct { // typedef UINT64 PHYSICAL_ADDRESS; -// -// LIST_ENTRY definition. -// +/// +/// LIST_ENTRY definition. +/// typedef struct _LIST_ENTRY LIST_ENTRY; struct _LIST_ENTRY { @@ -360,9 +360,9 @@ typedef CHAR8 *VA_LIST; typedef INTN RETURN_STATUS; -// -// Set the upper bit to indicate EFI Error. -// +/// +/// Set the upper bit to indicate EFI Error. +/// #define ENCODE_ERROR(a) (MAX_BIT | (a)) #define ENCODE_WARNING(a) (a)