]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/StatusCode.h
Update DeviceIo protocol based on EFI 1.1 updated spec.
[mirror_edk2.git] / MdePkg / Include / Protocol / StatusCode.h
index fbe68251663b26fca900faeee56aa773d2e2d0ce..70fa619ba893805df7b29afbb1de402fcfdaead8 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Status code Runtime Protocol as defined in PI Specification VOLUME 2 DXE\r
 \r
-  The StatusCode () Tiano service is added to the EFI system table and the \r
+  The StatusCode () service is added to the EFI system table and the \r
   EFI_STATUS_CODE_ARCH_PROTOCOL_GUID protocol is registered with a NULL \r
   pointer.\r
 \r
@@ -24,7 +24,6 @@
 #define __STATUS_CODE_RUNTIME_PROTOCOL_H__\r
 \r
 #include <Pi/PiMultiPhase.h>\r
-#include <Uefi/UefiBaseType.h>\r
 \r
 #define EFI_STATUS_CODE_RUNTIME_PROTOCOL_GUID  \\r
 { 0xd2b2b828, 0x826, 0x48a7,  { 0xb3, 0xdf, 0x98, 0x3c, 0x0, 0x60, 0x24, 0xf0 } }\r
@@ -57,15 +56,11 @@ EFI_STATUS
   IN EFI_STATUS_CODE_DATA     *Data      OPTIONAL\r
   );\r
 \r
-/**\r
-  @par Protocol Description:\r
-  Provides the service required to report a status code to the platform firmware.\r
-  This protocol must be produced by a runtime DXE driver and may be consumed \r
-  only by the DXE Foundation.\r
-\r
-  @param  ReportStatusCode Emit a status code.\r
-\r
-**/\r
+///\r
+/// Provides the service required to report a status code to the platform firmware.\r
+/// This protocol must be produced by a runtime DXE driver and may be consumed \r
+/// only by the DXE Foundation.\r
+///\r
 typedef struct _EFI_STATUS_CODE_PROTOCOL {\r
   EFI_REPORT_STATUS_CODE         ReportStatusCode;\r
 } EFI_STATUS_CODE_PROTOCOL;\r