summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/FormBrowser2.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:23:56 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:23:56 +0000
commita4e0b060c6484fd2576fcd906a7b0d4519053c52 (patch)
tree9023c5cbc98e068bf97254efb084ac5ca886ab97 /MdePkg/Include/Protocol/FormBrowser2.h
parent3354353d4d82fb12c073564ab41099ca75d02839 (diff)
downloadedk2-platforms-a4e0b060c6484fd2576fcd906a7b0d4519053c52.tar.xz
1, Fix doxygen comment for structure and macro
2, Add missing macro - EfiBltVideoToVideo git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6094 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/FormBrowser2.h')
-rw-r--r--MdePkg/Include/Protocol/FormBrowser2.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/MdePkg/Include/Protocol/FormBrowser2.h b/MdePkg/Include/Protocol/FormBrowser2.h
index 1eaf7a2fee..021e04d377 100644
--- a/MdePkg/Include/Protocol/FormBrowser2.h
+++ b/MdePkg/Include/Protocol/FormBrowser2.h
@@ -158,24 +158,12 @@ EFI_STATUS
@par Protocol Description:
This interface will allow the caller to direct the configuration
driver to use either the HII database or use the passed-in packet of data.
-
- @param SendForm Browse the specified configuration forms.
-
- @param BrowserCallback Routine used to expose internal
- configuration state of the browser.
- This is primarily used by callback
- handler routines which were called by
- the browser and in-turn need to get
- additional information from the
- browser itself.
-
**/
struct _EFI_FORM_BROWSER2_PROTOCOL {
EFI_SEND_FORM2 SendForm;
EFI_BROWSER_CALLBACK2 BrowserCallback;
} ;
-
extern EFI_GUID gEfiFormBrowser2ProtocolGuid;
#endif