Removed extra typedefs on structures to remove error with gcc compiler.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4928 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -279,7 +279,7 @@ typedef struct {
|
||||
|
||||
#define SERIAL_IO_INTERFACE_REVISION 0x00010000
|
||||
|
||||
typedef struct _EFI_SERIAL_IO_PROTOCOL {
|
||||
struct _EFI_SERIAL_IO_PROTOCOL {
|
||||
UINT32 Revision;
|
||||
EFI_SERIAL_RESET Reset;
|
||||
EFI_SERIAL_SET_ATTRIBUTES SetAttributes;
|
||||
@@ -289,7 +289,7 @@ typedef struct _EFI_SERIAL_IO_PROTOCOL {
|
||||
EFI_SERIAL_READ Read;
|
||||
|
||||
EFI_SERIAL_IO_MODE *Mode;
|
||||
} EFI_SERIAL_IO_PROTOCOL;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiSerialIoProtocolGuid;
|
||||
|
||||
|
Reference in New Issue
Block a user