X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FApplication%2FUiApp%2FFrontPageCustomizedUiSupport.h;h=9dda98adeac0916864953d1ce5df671b061f256d;hp=ce3ecd5270412a62a4c92ce2fed04f8491a5817c;hb=8f7a05e1396657c8bd2948825f41d0fdf239e334;hpb=c9802c45647d84e71b4620fdfff0c4bd88cf5acb 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