]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Pi/PiMultiPhase.h
Add comments for enumeration, structure data members those are referred by UefiServic...
[mirror_edk2.git] / MdePkg / Include / Pi / PiMultiPhase.h
index 4f008ce93920cb7847f47781b5e4423a36b6618b..e31d986e966960af71a29ada8a0607d91552a150 100644 (file)
@@ -86,8 +86,17 @@ typedef UINT32 EFI_STATUS_CODE_VALUE;
 /// the structure and is Size bytes long.\r
 ///\r
 typedef struct {\r
+  ///\r
+  /// The size of the structure. This is specified to enable future expansion.\r
+  ///\r
   UINT16    HeaderSize;\r
+  ///\r
+  /// The size of the data in bytes. This does not include the size of the header structure.\r
+  ///\r
   UINT16    Size;\r
+  ///\r
+  /// The GUID defining the type of the data.\r
+  ///\r
   EFI_GUID  Type;\r
 } EFI_STATUS_CODE_DATA;\r
 \r