X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FStatusCode.h;h=fbe68251663b26fca900faeee56aa773d2e2d0ce;hp=2a2411ccf71c9767b8c7eb6ab44ff7cc19e73d0d;hb=4ca9b6c4e7dbbcf94f21b54f41f761cefc6b1086;hpb=ec0ccddace88f8918d636366d5e5f971ba18a1a8 diff --git a/MdePkg/Include/Protocol/StatusCode.h b/MdePkg/Include/Protocol/StatusCode.h index 2a2411ccf7..fbe6825166 100644 --- a/MdePkg/Include/Protocol/StatusCode.h +++ b/MdePkg/Include/Protocol/StatusCode.h @@ -1,5 +1,5 @@ /** @file - Status code Runtime Protocol as defined in the DXE CIS + Status code Runtime Protocol as defined in PI Specification VOLUME 2 DXE The StatusCode () Tiano service is added to the EFI system table and the EFI_STATUS_CODE_ARCH_PROTOCOL_GUID protocol is registered with a NULL @@ -9,7 +9,7 @@ This code abstracts Status Code reporting. - Copyright (c) 2006, Intel Corporation + Copyright (c) 2006 - 2008, 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 @@ -18,9 +18,6 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - @par Revision Reference: - Version 0.91B. - **/ #ifndef __STATUS_CODE_RUNTIME_PROTOCOL_H__ @@ -52,7 +49,7 @@ **/ typedef EFI_STATUS -(EFIAPI *EFI_REPORT_STATUS_CODE) ( +(EFIAPI *EFI_REPORT_STATUS_CODE)( IN EFI_STATUS_CODE_TYPE Type, IN EFI_STATUS_CODE_VALUE Value, IN UINT32 Instance, @@ -61,6 +58,7 @@ EFI_STATUS ); /** + @par Protocol Description: Provides the service required to report a status code to the platform firmware. This protocol must be produced by a runtime DXE driver and may be consumed only by the DXE Foundation.