]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolumeBlock/FirmwareVolumeBlock.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Protocol / FirmwareVolumeBlock / FirmwareVolumeBlock.h
index 8502810e1bbe0338896322f5453c5811ff471c36..328ca1881425cc5a0fc903b5c2e09a64a2febf68 100644 (file)
@@ -235,7 +235,7 @@ Returns:
 --*/\r
 ;\r
 \r
-typedef struct _EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL {\r
+struct _EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL {\r
   EFI_FVB_GET_ATTRIBUTES        GetVolumeAttributes;\r
   EFI_FVB_SET_ATTRIBUTES        SetVolumeAttributes;\r
   EFI_FVB_GET_PHYSICAL_ADDRESS  GetPhysicalAddress;\r
@@ -244,7 +244,7 @@ typedef struct _EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL {
   EFI_FVB_WRITE                 Write;\r
   EFI_FVB_ERASE_BLOCKS          EraseBlocks;\r
   EFI_HANDLE                    ParentHandle;\r
-} EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiFirmwareVolumeBlockProtocolGuid;\r
 \r