diff options
Diffstat (limited to 'MdePkg/Include/Ppi/FirmwareVolume.h')
-rw-r--r-- | MdePkg/Include/Ppi/FirmwareVolume.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Ppi/FirmwareVolume.h b/MdePkg/Include/Ppi/FirmwareVolume.h index 5a8f87c49b..1bc96796ab 100644 --- a/MdePkg/Include/Ppi/FirmwareVolume.h +++ b/MdePkg/Include/Ppi/FirmwareVolume.h @@ -19,11 +19,11 @@ #ifndef __FIRMWARE_VOLUME_PPI_H__
#define __FIRMWARE_VOLUME_PPI_H__
-//
-// The GUID for this PPI is the same as the firmware volume format GUID.
-// can be EFI_FIRMWARE_FILE_SYSTEM2_GUID or the GUID for a user-defined format. The
-// EFI_FIRMWARE_FILE_SYSTEM2_GUID is the PI Firmware Volume format.
-//
+///
+/// The GUID for this PPI is the same as the firmware volume format GUID.
+/// can be EFI_FIRMWARE_FILE_SYSTEM2_GUID or the GUID for a user-defined format. The
+/// EFI_FIRMWARE_FILE_SYSTEM2_GUID is the PI Firmware Volume format.
+///
typedef struct _EFI_PEI_FIRMWARE_VOLUME_PPI EFI_PEI_FIRMWARE_VOLUME_PPI;
|