summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/FormBrowser2.h
diff options
context:
space:
mode:
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 1eaf7a2..021e04d 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