]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Ppi/StatusCode.h
Initial import.
[mirror_edk2.git] / MdePkg / Include / Ppi / StatusCode.h
CommitLineData
878ddf1f 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
13 Module Name: StatusCode.h\r
14\r
15 @par Revision Reference:\r
16 This PPI is defined in PEI CIS.\r
17 Version 0.91.\r
18\r
19**/\r
20\r
21#ifndef __STATUS_CODE_PPI_H__\r
22#define __STATUS_CODE_PPI_H__\r
23\r
24#define EFI_PEI_REPORT_PROGRESS_CODE_PPI_GUID \\r
25 { 0x229832d3, 0x7a30, 0x4b36, {0xb8, 0x27, 0xf4, 0xc, 0xb7, 0xd4, 0x54, 0x36 } }\r
26\r
27/**\r
28 @par Ppi Description:\r
29 This ppi provides the sevice to report status code. There can be only one instance \r
30 of this service in the system.\r
31\r
32 @param ReportStatusCode\r
33 Service that allows PEIMs to report status codes. This function is defined in Peicis.h\r
34\r
35**/\r
36typedef struct {\r
37 EFI_PEI_REPORT_STATUS_CODE ReportStatusCode;\r
38} EFI_PEI_PROGRESS_CODE_PPI;\r
39\r
40extern EFI_GUID gEfiPeiStatusCodePpiGuid;\r
41\r
42#endif\r