diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-21 08:20:21 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-21 08:20:21 +0000 |
commit | 3f748e529cb13841e12d0bfdf8446db7763a3f20 (patch) | |
tree | 2f18a6241581faea89855cc3187a3152c113e77c /MdePkg/Include/Protocol/SimpleTextInEx.h | |
parent | 0c7f62f82d7e0a2d759f421945539e13260e33db (diff) | |
download | edk2-platforms-3f748e529cb13841e12d0bfdf8446db7763a3f20.tar.xz |
Fix missing include file which break doxygen parsing.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5105 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/SimpleTextInEx.h')
-rw-r--r-- | MdePkg/Include/Protocol/SimpleTextInEx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/SimpleTextInEx.h b/MdePkg/Include/Protocol/SimpleTextInEx.h index a32260a5a3..ac4d7a4828 100644 --- a/MdePkg/Include/Protocol/SimpleTextInEx.h +++ b/MdePkg/Include/Protocol/SimpleTextInEx.h @@ -18,6 +18,9 @@ #ifndef __SIMPLE_TEXT_IN_EX_H__
#define __SIMPLE_TEXT_IN_EX_H__
+#include <ProcessorBind.h>
+#include <Pi/PiMultiPhase.h>
+
#define EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL_GUID \
{0xdd9e7534, 0x7762, 0x4698, { 0x8c, 0x14, 0xf5, 0x85, 0x17, 0xa6, 0x25, 0xaa } }
|