]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Protocol/IdeControllerInit/IdeControllerInit.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Protocol / IdeControllerInit / IdeControllerInit.h
index 06df0192c5de941a7698ecbf3c8c29967e0eaabd..06f05cdaf8be22f4196e3fc1e8751ace519452c4 100644 (file)
@@ -331,7 +331,7 @@ EFI_STATUS
 // An IDE Bus driver wants to manage an IDE bus and possible IDE devices will have to retrieve the \r
 // EFI_IDE_CONTROLLER_INIT_PROTOCOL instances.\r
 //\r
-typedef struct _EFI_IDE_CONTROLLER_INIT_PROTOCOL {\r
+struct _EFI_IDE_CONTROLLER_INIT_PROTOCOL {\r
   EFI_IDE_CONTROLLER_GET_CHANNEL_INFO    GetChannelInfo;\r
   EFI_IDE_CONTROLLER_NOTIFY_PHASE        NotifyPhase;\r
   EFI_IDE_CONTROLLER_SUBMIT_DATA         SubmitData;\r
@@ -340,7 +340,7 @@ typedef struct _EFI_IDE_CONTROLLER_INIT_PROTOCOL {
   EFI_IDE_CONTROLLER_SET_TIMING          SetTiming;\r
   BOOLEAN                                                        EnumAll;\r
   UINT8                                                               ChannelCount; \r
-} EFI_IDE_CONTROLLER_INIT_PROTOCOL;\r
+};\r
 \r
 \r
 extern EFI_GUID gEfiIdeControllerInitProtocolGuid;\r