X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FPpi%2FStatusCode.h;h=04b534e8858a6261988fbce43c0d3bb26da4d688;hp=35e221bbf3c163841ba63031730146f37561263c;hb=9344f0921518309295da89c221d10cbead8531aa;hpb=842f5579c7e2a313f56c576e4c5150f7f4793079 diff --git a/MdePkg/Include/Ppi/StatusCode.h b/MdePkg/Include/Ppi/StatusCode.h index 35e221bbf3..04b534e885 100644 --- a/MdePkg/Include/Ppi/StatusCode.h +++ b/MdePkg/Include/Ppi/StatusCode.h @@ -1,18 +1,12 @@ /** @file This file declares Status Code PPI. + This ppi provides a service that allows PEIMs to report status codes. - Copyright (c) 2006, Intel Corporation - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent @par Revision Reference: - This PPI is defined in PI. - Version 1.00. + This PPI is introduced in PI Version 1.0. **/ @@ -22,15 +16,16 @@ #define EFI_PEI_REPORT_PROGRESS_CODE_PPI_GUID \ { 0x229832d3, 0x7a30, 0x4b36, {0xb8, 0x27, 0xf4, 0xc, 0xb7, 0xd4, 0x54, 0x36 } } -/** - @par Ppi Description: - This ppi provides the sevice to report status code. There can be only one instance - of this service in the system. - - @param ReportStatusCode - Service that allows PEIMs to report status codes. This function is defined in Peicis.h +// +// EFI_PEI_PROGRESS_CODE_PPI.ReportStatusCode() is equivalent to the +// PEI Service ReportStatusCode(). +// It is introduced in PIPeiCis.h. +// -**/ +/// +/// This PPI provides the service to report status code. +/// There can be only one instance of this service in the system. +/// typedef struct { EFI_PEI_REPORT_STATUS_CODE ReportStatusCode; } EFI_PEI_PROGRESS_CODE_PPI;