Update code to match EDKII coding style.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10130 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -25,6 +25,15 @@ BOOLEAN mInScopeGrayOut;
|
||||
EFI_GUID mFrameworkHiiCompatibilityGuid = EFI_IFR_FRAMEWORK_GUID;
|
||||
extern EFI_GUID mTianoHiiIfrGuid;
|
||||
|
||||
/**
|
||||
Find the question's OneOfOptionMap list in FormSet
|
||||
based on the input question Id.
|
||||
|
||||
@param FormSet FormSet context.
|
||||
@param QuestionId Unique ID to specicy the question in FormSet.
|
||||
|
||||
@return the found OneOfOptionMap list. If not found, NULL will return.
|
||||
**/
|
||||
LIST_ENTRY *
|
||||
GetOneOfOptionMapEntryListHead (
|
||||
IN CONST FORM_BROWSER_FORMSET *FormSet,
|
||||
@@ -47,6 +56,12 @@ GetOneOfOptionMapEntryListHead (
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/**
|
||||
Free OneOfOption map list.
|
||||
|
||||
@param OneOfOptionMapListHead Pointer to list header of OneOfOptionMap list.
|
||||
|
||||
**/
|
||||
VOID
|
||||
DestoryOneOfOptionMap (
|
||||
IN LIST_ENTRY *OneOfOptionMapListHead
|
||||
|
Reference in New Issue
Block a user