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:
@ -125,11 +125,11 @@ EFI_STATUS
|
||||
--*/
|
||||
;
|
||||
|
||||
typedef struct _EFI_SIMPLE_TEXT_IN_PROTOCOL {
|
||||
struct _EFI_SIMPLE_TEXT_IN_PROTOCOL {
|
||||
EFI_INPUT_RESET Reset;
|
||||
EFI_INPUT_READ_KEY ReadKeyStroke;
|
||||
EFI_EVENT WaitForKey;
|
||||
} EFI_SIMPLE_TEXT_IN_PROTOCOL;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiSimpleTextInProtocolGuid;
|
||||
|
||||
|
Reference in New Issue
Block a user