Removed extra typedefs on structures to fix error generated by gcc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4929 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -51,7 +51,7 @@ EFI_STATUS
|
||||
EFI_DEVICE_ERROR - The device is not functioning properly.
|
||||
|
||||
--*/
|
||||
typedef struct _EFI_VGA_MINI_PORT_PROTOCOL {
|
||||
struct _EFI_VGA_MINI_PORT_PROTOCOL {
|
||||
EFI_VGA_MINI_PORT_SET_MODE SetMode;
|
||||
|
||||
UINT64 VgaMemoryOffset;
|
||||
@@ -63,7 +63,7 @@ typedef struct _EFI_VGA_MINI_PORT_PROTOCOL {
|
||||
UINT8 CrtcDataRegisterBar;
|
||||
|
||||
UINT8 MaxMode;
|
||||
} EFI_VGA_MINI_PORT_PROTOCOL;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiVgaMiniPortProtocolGuid;
|
||||
|
||||
|
Reference in New Issue
Block a user