]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/VgaMiniPort/VgaMiniPort.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / VgaMiniPort / VgaMiniPort.h
index 40304ab64eafbf560bf6db6a6056f7691a3c8393..7d6ad3d37491e344b9095059537944bacbcd9a26 100644 (file)
@@ -51,7 +51,7 @@ EFI_STATUS
     EFI_DEVICE_ERROR      - The device is not functioning properly.\r
 \r
 --*/\r
-typedef struct _EFI_VGA_MINI_PORT_PROTOCOL {\r
+struct _EFI_VGA_MINI_PORT_PROTOCOL {\r
   EFI_VGA_MINI_PORT_SET_MODE  SetMode;\r
 \r
   UINT64                      VgaMemoryOffset;\r
@@ -63,7 +63,7 @@ typedef struct _EFI_VGA_MINI_PORT_PROTOCOL {
   UINT8                       CrtcDataRegisterBar;\r
 \r
   UINT8                       MaxMode;\r
-} EFI_VGA_MINI_PORT_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiVgaMiniPortProtocolGuid;\r
 \r