diff options
Diffstat (limited to 'MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h')
-rw-r--r-- | MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h b/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h index ce3ecd5270..9dda98adea 100644 --- a/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h +++ b/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h @@ -21,8 +21,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @param[in] HiiHandle The hii handle for the Uiapp driver.
@param[in] StartOpCodeHandle The opcode handle to save the new opcode.
- @retval EFI_SUCCESS Search the driver success
-
**/
VOID
UiCreateContinueMenu (
@@ -36,8 +34,6 @@ UiCreateContinueMenu ( @param HiiHandle The hii handle for the Uiapp driver.
@param StartOpCodeHandle The opcode handle to save the new opcode.
- @retval EFI_SUCCESS Search the driver success
-
**/
VOID
UiCreateEmptyLine (
@@ -51,8 +47,6 @@ UiCreateEmptyLine ( @param[in] HiiHandle The hii handle for the Uiapp driver.
@param[in] StartOpCodeHandle The opcode handle to save the new opcode.
- @retval EFI_SUCCESS Search the driver success
-
**/
VOID
UiCreateLanguageMenu (
@@ -66,8 +60,6 @@ UiCreateLanguageMenu ( @param[in] HiiHandle The hii handle for the Uiapp driver.
@param[in] StartOpCodeHandle The opcode handle to save the new opcode.
- @retval EFI_SUCCESS Search the driver success
-
**/
VOID
UiCreateResetMenu (
@@ -99,8 +91,8 @@ BOOLEAN @param HiiHandle The hii handle for the Uiapp driver.
@param ClassGuid The class guid for the driver which is the target.
+ @param SpecialHandlerFn The pointer to the specail handler function, if any.
@param StartOpCodeHandle The opcode handle to save the new opcode.
- @param SpecialHandler The pointer to the specail handler function, if any.
@retval EFI_SUCCESS Search the driver success
|