diff options
author | Eric Dong <eric.dong@intel.com> | 2014-02-18 10:53:57 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-02-18 10:53:57 +0000 |
commit | 27c304f442538e3aeb1bcc5a6e52194a577dcde0 (patch) | |
tree | 6c1332a4d30b7a17e1a5a8fc28fc87c363a753a5 /MdeModulePkg/Universal/SetupBrowserDxe/Setup.h | |
parent | a6c0ad816ac8f26d1af38f1a2c2ea538a852cb5b (diff) | |
download | edk2-platforms-27c304f442538e3aeb1bcc5a6e52194a577dcde0.tar.xz |
Update configrequest string at runtime for dynamic created question.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15247 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/SetupBrowserDxe/Setup.h')
-rw-r--r-- | MdeModulePkg/Universal/SetupBrowserDxe/Setup.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h index 8fe9e98e63..cfbe348d61 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h @@ -1173,19 +1173,6 @@ IsNvUpdateRequiredForFormSet ( );
/**
- Check whether the storage data for current form set is changed.
-
- @param FormSet FormSet data structure.
-
- @retval TRUE Data is changed.
- @retval FALSE Data is not changed.
-**/
-BOOLEAN
-IsStorageDataChangedForFormSet (
- IN FORM_BROWSER_FORMSET *FormSet
- );
-
-/**
Call the call back function for the question and process the return action.
@param Selection On input, Selection tell setup browser the information
|