From 19231e0ecada1f38b43ed04edcb77b4e1b848099 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Mon, 8 Jan 2007 02:19:02 +0000 Subject: correct SimpleTextIn protocol definition. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2188 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/SimpleTextIn.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MdePkg/Include') diff --git a/MdePkg/Include/Protocol/SimpleTextIn.h b/MdePkg/Include/Protocol/SimpleTextIn.h index 053ed58b90..3e7f016f4c 100644 --- a/MdePkg/Include/Protocol/SimpleTextIn.h +++ b/MdePkg/Include/Protocol/SimpleTextIn.h @@ -25,7 +25,6 @@ 0x387477c1, 0x69c7, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b } \ } -#define EFI_SIMPLE_INPUT_PROTOCOL_GUID EFI_SIMPLE_TEXT_IN_PROTOCOL_GUID #define EFI_SIMPLE_TEXT_INPUT_PROTOCOL_GUID EFI_SIMPLE_TEXT_IN_PROTOCOL_GUID typedef struct _EFI_SIMPLE_TEXT_IN_PROTOCOL EFI_SIMPLE_TEXT_IN_PROTOCOL; @@ -119,7 +118,7 @@ struct _EFI_SIMPLE_TEXT_IN_PROTOCOL { EFI_INPUT_RESET Reset; EFI_INPUT_READ_KEY ReadKeyStroke; EFI_EVENT WaitForKey; -} EFI_SIMPLE_INPUT_PROTOCOL; +}; extern EFI_GUID gEfiSimpleTextInProtocolGuid; -- cgit v1.2.3