diff options
Diffstat (limited to 'MdePkg/Include/Pi/PiMultiPhase.h')
-rw-r--r-- | MdePkg/Include/Pi/PiMultiPhase.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MdePkg/Include/Pi/PiMultiPhase.h b/MdePkg/Include/Pi/PiMultiPhase.h index 4f008ce939..e31d986e96 100644 --- a/MdePkg/Include/Pi/PiMultiPhase.h +++ b/MdePkg/Include/Pi/PiMultiPhase.h @@ -86,8 +86,17 @@ typedef UINT32 EFI_STATUS_CODE_VALUE; /// the structure and is Size bytes long.
///
typedef struct {
+ ///
+ /// The size of the structure. This is specified to enable future expansion.
+ ///
UINT16 HeaderSize;
+ ///
+ /// The size of the data in bytes. This does not include the size of the header structure.
+ ///
UINT16 Size;
+ ///
+ /// The GUID defining the type of the data.
+ ///
EFI_GUID Type;
} EFI_STATUS_CODE_DATA;
|