]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/IsaIo/IsaIo.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / IsaIo / IsaIo.h
index efedbee1d23ea42bf52a3d236f1ff43905e95f44..5453bc0fce21db440bb736c9aea5c79d8077f86b 100644 (file)
@@ -169,7 +169,7 @@ EFI_STATUS
 //\r
 // Interface structure for the ISA I/O Protocol\r
 //\r
-typedef struct _EFI_ISA_IO_PROTOCOL {\r
+struct _EFI_ISA_IO_PROTOCOL {\r
   EFI_ISA_IO_PROTOCOL_ACCESS           Mem;\r
   EFI_ISA_IO_PROTOCOL_ACCESS           Io;\r
   EFI_ISA_IO_PROTOCOL_COPY_MEM         CopyMem;\r
@@ -181,7 +181,7 @@ typedef struct _EFI_ISA_IO_PROTOCOL {
   EFI_ISA_ACPI_RESOURCE_LIST           *ResourceList;\r
   UINT32                               RomSize;\r
   VOID                                 *RomImage;\r
-} EFI_ISA_IO_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiIsaIoProtocolGuid;\r
 \r
@@ -345,7 +345,7 @@ Returns:
 //\r
 // Interface structure for the Light ISA I/O Protocol\r
 //\r
-typedef struct _EFI_LIGHT_ISA_IO_PROTOCOL {\r
+struct _EFI_LIGHT_ISA_IO_PROTOCOL {\r
   EFI_LIGHT_ISA_IO_PROTOCOL_ACCESS     Io;\r
   EFI_LIGHT_ISA_IO_PROTOCOL_MAP        Map;\r
   EFI_LIGHT_ISA_IO_PROTOCOL_UNMAP      Unmap;\r
@@ -353,7 +353,7 @@ typedef struct _EFI_LIGHT_ISA_IO_PROTOCOL {
   EFI_ISA_ACPI_RESOURCE_LIST           *ResourceList;\r
   UINT32                               RomSize;\r
   VOID                                 *RomImage;\r
-} EFI_LIGHT_ISA_IO_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiLightIsaIoProtocolGuid;\r
 \r