]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/DiskInfo/DiskInfo.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / DiskInfo / DiskInfo.h
index a6301b34f78792c130597b8026e9e3e78c2d6a3f..5976d05f8cc28740f5c55a88085707ae019d7066 100644 (file)
@@ -167,13 +167,13 @@ extern EFI_GUID gEfiDiskInfoUsbInterfaceGuid;
   }\r
 extern EFI_GUID gEfiDiskInfoAhciInterfaceGuid;\r
 \r
-typedef struct _EFI_DISK_INFO_PROTOCOL {\r
+struct _EFI_DISK_INFO_PROTOCOL {\r
   EFI_GUID                  Interface;\r
   EFI_DISK_INFO_INQUIRY     Inquiry;\r
   EFI_DISK_INFO_IDENTIFY    Identify;\r
   EFI_DISK_INFO_SENSE_DATA  SenseData;\r
   EFI_DISK_INFO_WHICH_IDE   WhichIde;\r
-} EFI_DISK_INFO_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiDiskInfoProtocolGuid;\r
 \r