]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/UgaIo/UgaIo.h
Removed extra typedefs on structures to remove error with gcc compiler.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / UgaIo / UgaIo.h
index 1bfb0494b7d13aca0d87dc9c0d465824c55db101..585140ee44f38f318de5a801558ac9c8c72ace17 100644 (file)
@@ -200,11 +200,11 @@ typedef UGA_STATUS (EFIAPI *PUGA_FW_SERVICE_DISPATCH) (IN PUGA_DEVICE pDevice, I
   Varies depending on pIoRequest.\r
 \r
 --*/\r
-typedef struct _EFI_UGA_IO_PROTOCOL {\r
+struct _EFI_UGA_IO_PROTOCOL {\r
   EFI_UGA_IO_PROTOCOL_CREATE_DEVICE CreateDevice;\r
   EFI_UGA_IO_PROTOCOL_DELETE_DEVICE DeleteDevice;\r
   PUGA_FW_SERVICE_DISPATCH          DispatchService;\r
-} EFI_UGA_IO_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiUgaIoProtocolGuid;\r
 \r