]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/StatusCode.h
Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes for MdePkg.
[mirror_edk2.git] / MdePkg / Include / Ppi / StatusCode.h
index 0aa2a558ea4b39294f3b62ca05aa632f9a596f64..ef5ab6cbcc513031ac6f0068d1dfcfe7c0508628 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   This file declares Status Code PPI.\r
-  This ppi provides service that allows PEIMs to report status codes.\r
+  This ppi provides service that allows PEIMs to report status codes.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2009, 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
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
   @par Revision Reference:\r
-  This PPI is defined in PI.\r
-  Version 1.00.\r
+  This PPI is introduced in PI Version 1.0.\r
 \r
 **/\r
 \r
 #ifndef __STATUS_CODE_PPI_H__\r
 #define __STATUS_CODE_PPI_H__\r
 \r
-#include <Pi/PiPeiCis.h>\r
-\r
 #define EFI_PEI_REPORT_PROGRESS_CODE_PPI_GUID \\r
   { 0x229832d3, 0x7a30, 0x4b36, {0xb8, 0x27, 0xf4, 0xc, 0xb7, 0xd4, 0x54, 0x36 } }\r
 \r
 //\r
 // EFI_PEI_PROGRESS_CODE_PPI.ReportStatusCode() is equivalent to the\r
 // PEI Service ReportStatusCode().\r
-// It is defined in PiPeiCis.h. \r
+// It is introduced in PIPeiCis.h. \r
 //\r
 \r
 ///\r
-/// This PPI provides the sevice to report status code.\r
+/// This PPI provides the service to report status code.\r
 /// There can be only one instance of this service in the system.\r
 ///\r
 typedef struct {\r
-  ///\r
-  /// Service that allows PEIMs to report status codes.\r
-  /// This function is defined in PiPeicis.h.\r
-  ///\r
   EFI_PEI_REPORT_STATUS_CODE  ReportStatusCode;\r
 } EFI_PEI_PROGRESS_CODE_PPI;\r
 \r