]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/StatusCode.h
Cleanup "Tiano" word.
[mirror_edk2.git] / MdePkg / Include / Protocol / StatusCode.h
index 06c4255587f79aca2589fc3cdb8fbccaf8c8d519..2bbe744aa846245eae308c801c57cbdd14f4029e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
-  Status code Runtime Protocol as defined in the DXE CIS\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
@@ -9,7 +9,7 @@
 \r
   This code abstracts Status Code reporting.\r
 \r
-  Copyright (c) 2006, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
-  @par Revision Reference:\r
-  Version 0.91B.\r
-\r
 **/\r
 \r
 #ifndef __STATUS_CODE_RUNTIME_PROTOCOL_H__\r
 #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
 \r
@@ -48,8 +48,8 @@
 \r
 **/\r
 typedef\r
-EFI_STATUS \r
-(EFIAPI *EFI_REPORT_STATUS_CODE) (\r
+EFI_STATUS\r
+(EFIAPI *EFI_REPORT_STATUS_CODE)(\r
   IN EFI_STATUS_CODE_TYPE     Type,\r
   IN EFI_STATUS_CODE_VALUE    Value,\r
   IN UINT32                   Instance,\r