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:
@@ -227,7 +227,7 @@ EFI_STATUS
|
||||
IN EFI_TCP4_PROTOCOL *This
|
||||
);
|
||||
|
||||
typedef struct _EFI_TCP4_PROTOCOL {
|
||||
struct _EFI_TCP4_PROTOCOL {
|
||||
EFI_TCP4_GET_MODE_DATA GetModeData;
|
||||
EFI_TCP4_CONFIGURE Configure;
|
||||
EFI_TCP4_ROUTES Routes;
|
||||
@@ -238,7 +238,7 @@ typedef struct _EFI_TCP4_PROTOCOL {
|
||||
EFI_TCP4_CLOSE Close;
|
||||
EFI_TCP4_CANCEL Cancel;
|
||||
EFI_TCP4_POLL Poll;
|
||||
} EFI_TCP4_PROTOCOL;
|
||||
};
|
||||
|
||||
#define EFI_CONNECTION_FIN EFIERR (104)
|
||||
#define EFI_CONNECTION_RESET EFIERR (105)
|
||||
|
Reference in New Issue
Block a user