diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-05-21 05:50:23 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-05-21 05:50:23 +0000 |
commit | 0a6f8af50ddc87a47e3fa38d7449fcae26ab1f5d (patch) | |
tree | ecb16085dfa8d23d4b8ab5bf878884f546a3d293 /MdeModulePkg/Universal/SetupBrowserDxe/Setup.h | |
parent | 164a9b6752a63fca7d91ca0dcf84c0b4aa7a243d (diff) | |
download | edk2-0a6f8af50ddc87a47e3fa38d7449fcae26ab1f5d.tar.gz edk2-0a6f8af50ddc87a47e3fa38d7449fcae26ab1f5d.tar.bz2 edk2-0a6f8af50ddc87a47e3fa38d7449fcae26ab1f5d.zip |
When finish using the browser storage for one formset, browser should clean the ConfigRequest string for this formset.
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14380 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/SetupBrowserDxe/Setup.h')
-rw-r--r-- | MdeModulePkg/Universal/SetupBrowserDxe/Setup.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h index 5930029b8d..9a0c739094 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h @@ -1544,4 +1544,15 @@ GetHotKeyFromRegisterList ( IN EFI_INPUT_KEY *KeyData
);
+/**
+ Base on the current formset info, clean the ConfigRequest string in browser storage.
+
+ @param FormSet Pointer of the FormSet
+
+**/
+VOID
+CleanBrowserStorage (
+ IN OUT FORM_BROWSER_FORMSET *FormSet
+ );
+
#endif
|