Changeset 80721 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Application/UiApp/Ui.h
- Timestamp:
- Sep 11, 2019 8:46:37 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133262
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-129237 /vendor/edk2/current 103735-103757,103769-103776,129194-133213
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Application/UiApp/Ui.h
r77662 r80721 3 3 4 4 Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR> 5 This program and the accompanying materials 6 are licensed and made available under the terms and conditions of the BSD License 7 which accompanies this distribution. The full text of the license may be found at 8 http://opensource.org/licenses/bsd-license.php 9 10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 5 SPDX-License-Identifier: BSD-2-Clause-Patent 12 6 13 7 **/ … … 54 48 //The interface functions related to the Setup Browser Reset Reminder feature 55 49 // 56 /**57 Enable the setup browser reset reminder feature.58 This routine is used in a platform tip. If the platform policy needs the feature, use the routine to enable it.59 50 60 **/61 VOID62 EFIAPI63 EnableResetReminderFeature (64 VOID65 );66 67 /**68 Disable the setup browser reset reminder feature.69 This routine is used in a platform tip. If the platform policy does not want the feature, use the routine to disable it.70 71 **/72 VOID73 EFIAPI74 DisableResetReminderFeature (75 VOID76 );77 51 78 52 /** … … 88 62 89 63 90 /**91 Record the info that no reset is required.92 A module boolean variable is used to record whether a reset is required.93 94 **/95 VOID96 EFIAPI97 DisableResetRequired (98 VOID99 );100 64 101 65 /**
Note:
See TracChangeset
for help on using the changeset viewer.