diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-08 02:19:02 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-08 02:19:02 +0000 |
commit | 19231e0ecada1f38b43ed04edcb77b4e1b848099 (patch) | |
tree | 406d8498133e70cd4caf58c3e956fd2de918e298 /MdePkg | |
parent | c9b1cad8e65cbd2d0c088d009bb94f0eb945535a (diff) | |
download | edk2-platforms-19231e0ecada1f38b43ed04edcb77b4e1b848099.tar.xz |
correct SimpleTextIn protocol definition.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2188 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Protocol/SimpleTextIn.h | 3 |
1 files changed, 1 insertions, 2 deletions
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;
|