X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FStatusCode.h;h=70fa619ba893805df7b29afbb1de402fcfdaead8;hb=34860f7a069641fb9e14077c01605215aae68a9b;hp=8f90cafb7697239f841f1f25e249dc874d239fdf;hpb=1f08a159034549216eccfd533b50b712d944d844;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/StatusCode.h b/MdePkg/Include/Protocol/StatusCode.h index 8f90cafb76..70fa619ba8 100644 --- a/MdePkg/Include/Protocol/StatusCode.h +++ b/MdePkg/Include/Protocol/StatusCode.h @@ -56,13 +56,11 @@ EFI_STATUS IN EFI_STATUS_CODE_DATA *Data OPTIONAL ); -/** - @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. - -**/ +/// +/// 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. +/// typedef struct _EFI_STATUS_CODE_PROTOCOL { EFI_REPORT_STATUS_CODE ReportStatusCode; } EFI_STATUS_CODE_PROTOCOL;