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:
@@ -70,12 +70,12 @@ EFI_STATUS
|
||||
//
|
||||
// DebugPort protocol definition
|
||||
//
|
||||
typedef struct _EFI_DEBUGPORT_PROTOCOL {
|
||||
struct _EFI_DEBUGPORT_PROTOCOL {
|
||||
EFI_DEBUGPORT_RESET Reset;
|
||||
EFI_DEBUGPORT_WRITE Write;
|
||||
EFI_DEBUGPORT_READ Read;
|
||||
EFI_DEBUGPORT_POLL Poll;
|
||||
} EFI_DEBUGPORT_PROTOCOL;
|
||||
};
|
||||
|
||||
//
|
||||
// DEBUGPORT variable definitions...
|
||||
|
Reference in New Issue
Block a user