summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Ppi/DeviceRecoveryModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Ppi/DeviceRecoveryModule.h')
-rw-r--r--MdePkg/Include/Ppi/DeviceRecoveryModule.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Ppi/DeviceRecoveryModule.h b/MdePkg/Include/Ppi/DeviceRecoveryModule.h
index 64dabec113..84dd9caac4 100644
--- a/MdePkg/Include/Ppi/DeviceRecoveryModule.h
+++ b/MdePkg/Include/Ppi/DeviceRecoveryModule.h
@@ -128,11 +128,11 @@ EFI_STATUS
/// regardless of the underlying device(s).
///
struct _EFI_PEI_DEVICE_RECOVERY_MODULE_PPI {
- EFI_PEI_DEVICE_GET_NUMBER_RECOVERY_CAPSULE GetNumberRecoveryCapsules; ///< Returns the number of DXE capsules residing on the device.
- EFI_PEI_DEVICE_GET_RECOVERY_CAPSULE_INFO GetRecoveryCapsuleInfo; ///< Returns the size and type of the requested recovery capsule.
- EFI_PEI_DEVICE_LOAD_RECOVERY_CAPSULE LoadRecoveryCapsule; ///< Loads a DXE capsule from some media into memory.
+ EFI_PEI_DEVICE_GET_NUMBER_RECOVERY_CAPSULE GetNumberRecoveryCapsules; ///< Returns the number of DXE capsules residing on the device.
+ EFI_PEI_DEVICE_GET_RECOVERY_CAPSULE_INFO GetRecoveryCapsuleInfo; ///< Returns the size and type of the requested recovery capsule.
+ EFI_PEI_DEVICE_LOAD_RECOVERY_CAPSULE LoadRecoveryCapsule; ///< Loads a DXE capsule from some media into memory.
};
-extern EFI_GUID gEfiPeiDeviceRecoveryModulePpiGuid;
+extern EFI_GUID gEfiPeiDeviceRecoveryModulePpiGuid;
-#endif /* _PEI_DEVICE_RECOVERY_MODULE_PPI_H_ */
+#endif /* _PEI_DEVICE_RECOVERY_MODULE_PPI_H_ */