]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Ppi/StatusCode.h
Rename EFI_PEI_PCI_CFG_PPI_IO to EFI_PEI_PCI_CFG2_PPI_IO to avoid collision with...
[mirror_edk2.git] / MdePkg / Include / Ppi / StatusCode.h
CommitLineData
5879b875 1/** @file\r
2 This file declares Status Code PPI.\r
3\r
4 Copyright (c) 2006, Intel Corporation \r
5 All rights reserved. This program and the accompanying materials \r
6 are licensed and made available under the terms and conditions of the BSD License \r
7 which accompanies this distribution. The full text of the license may be found at \r
8 http://opensource.org/licenses/bsd-license.php \r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12\r
5879b875 13 @par Revision Reference:\r
14 This PPI is defined in PI.\r
15 Version 1.00.\r
16\r
17**/\r
18\r
19#ifndef __STATUS_CODE_PPI_H__\r
20#define __STATUS_CODE_PPI_H__\r
21\r
22#define EFI_PEI_REPORT_PROGRESS_CODE_PPI_GUID \\r
23 { 0x229832d3, 0x7a30, 0x4b36, {0xb8, 0x27, 0xf4, 0xc, 0xb7, 0xd4, 0x54, 0x36 } }\r
24\r
25/**\r
26 @par Ppi Description:\r
27 This ppi provides the sevice to report status code. There can be only one instance \r
28 of this service in the system.\r
29\r
30 @param ReportStatusCode\r
31 Service that allows PEIMs to report status codes. This function is defined in Peicis.h\r
32\r
33**/\r
34typedef struct {\r
35 EFI_PEI_REPORT_STATUS_CODE ReportStatusCode;\r
36} EFI_PEI_PROGRESS_CODE_PPI;\r
37\r
38extern EFI_GUID gEfiPeiStatusCodePpiGuid;\r
39\r
40#endif\r