X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FPpi%2FDeviceRecoveryModule.h;h=46c5cdeaae084567e54230ce438badeaef452f4a;hp=3847686b047d36a7c6ffdb933a9047ce13856ee7;hb=0647c9adf92c6a8712091607a73b2768327a865d;hpb=151c1ccdcd6960c550fa491bd0ed467416bb2b74 diff --git a/MdePkg/Include/Ppi/DeviceRecoveryModule.h b/MdePkg/Include/Ppi/DeviceRecoveryModule.h index 3847686b04..46c5cdeaae 100644 --- a/MdePkg/Include/Ppi/DeviceRecoveryModule.h +++ b/MdePkg/Include/Ppi/DeviceRecoveryModule.h @@ -34,19 +34,15 @@ typedef struct _EFI_PEI_DEVICE_RECOVERY_MODULE_PPI EFI_PEI_DEVICE_RECOVERY_MODUL the capsules discovered. Entry 1 is assumed to be the highest load priority and entry N is assumed to be the lowest priority. - @param PeiServices General-purpose services that are available to every PEIM - - @param This Indicates the EFI_PEI_DEVICE_RECOVERY_MODULE_PPI instance. - - @param NumberRecoveryCapsules Pointer to a caller-allocated UINTN. On output, - *NumberRecoveryCapsules contains the number of recovery capsule images available - for retrieval from this PEIM instance. - - @retval EFI_SUCCESS One or more capsules were discovered. - - @retval EFI_DEVICE_ERROR A device error occurred. - - @retval EFI_NOT_FOUND A recovery DXE capsule cannot be found. + @param PeiServices General-purpose services that are available to every PEIM + @param This Indicates the EFI_PEI_DEVICE_RECOVERY_MODULE_PPI instance. + @param NumberRecoveryCapsules Pointer to a caller-allocated UINTN. On output, + *NumberRecoveryCapsules contains the number of recovery capsule + images available for retrieval from this PEIM instance. + + @retval EFI_SUCCESS One or more capsules were discovered. + @retval EFI_DEVICE_ERROR A device error occurred. + @retval EFI_NOT_FOUND A recovery DXE capsule cannot be found. **/ typedef @@ -60,23 +56,17 @@ EFI_STATUS /** This function gets the size and type of the requested recovery capsule. - @param PeiServices General-purpose services that are available to every PEIM - - @param This Indicates the EFI_PEI_DEVICE_RECOVERY_MODULE_PPI instance. - + @param PeiServices General-purpose services that are available to every PEIM + @param This Indicates the EFI_PEI_DEVICE_RECOVERY_MODULE_PPI instance. @param CapsuleInstance Specifies for which capsule instance to retrieve the information. - - @param Size A pointer to a caller-allocated UINTN in which the size of - the requested recovery module is returned. - - @param CapsuleType A pointer to a caller-allocated EFI_GUID in - which the type of the requested recovery capsule is returned. - - @retval EFI_SUCCESS One or more capsules were discovered. - - @retval EFI_DEVICE_ERROR A device error occurred. - - @retval EFI_NOT_FOUND A recovery DXE capsule cannot be found. + @param Size A pointer to a caller-allocated UINTN in which the size of + the requested recovery module is returned. + @param CapsuleType A pointer to a caller-allocated EFI_GUID in + which the type of the requested recovery capsule is returned. + + @retval EFI_SUCCESS One or more capsules were discovered. + @retval EFI_DEVICE_ERROR A device error occurred. + @retval EFI_NOT_FOUND A recovery DXE capsule cannot be found. **/ typedef @@ -93,19 +83,15 @@ EFI_STATUS This function, by whatever mechanism, retrieves a DXE capsule from some device and loads it into memory. Note that the published interface is device neutral. - @param PeiServices General-purpose services that are available to every PEIM - - @param This Indicates the EFI_PEI_DEVICE_RECOVERY_MODULE_PPI instance. - + @param PeiServices General-purpose services that are available to every PEIM + @param This Indicates the EFI_PEI_DEVICE_RECOVERY_MODULE_PPI instance. @param CapsuleInstance Specifies which capsule instance to retrieve. - - @param Buffer Specifies a caller-allocated buffer in which the requested recovery capsule will be returned. - - @retval EFI_SUCCESS One or more capsules were discovered. - - @retval EFI_DEVICE_ERROR A device error occurred. - - @retval EFI_NOT_FOUND A recovery DXE capsule cannot be found. + @param Buffer Specifies a caller-allocated buffer in which the requested + recovery capsule will be returned. + + @retval EFI_SUCCESS One or more capsules were discovered. + @retval EFI_DEVICE_ERROR A device error occurred. + @retval EFI_NOT_FOUND A recovery DXE capsule cannot be found. **/ typedef