diff options
author | kavsrf <kavsrf@gmail.com> | 2017-06-14 12:49:40 +0300 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-18 15:52:10 +0200 |
commit | aede42a840cc6e3509048182eb204b5ce8f3187c (patch) | |
tree | 49623debea5bda47325e71850a32506209ab9aec /Include | |
parent | 37c62bedd36ae255a036fb9e77f529a1021abb9a (diff) | |
download | VeraCrypt-DCS-aede42a840cc6e3509048182eb204b5ce8f3187c.tar.gz VeraCrypt-DCS-aede42a840cc6e3509048182eb204b5ce8f3187c.zip |
BML update to sort "BootOrder"
Diffstat (limited to 'Include')
-rw-r--r-- | Include/Library/CommonLib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/Library/CommonLib.h b/Include/Library/CommonLib.h index d64ae41..cd7e068 100644 --- a/Include/Library/CommonLib.h +++ b/Include/Library/CommonLib.h @@ -609,7 +609,8 @@ BootOrderRemove( EFI_STATUS
BootOrderPresent(
IN CHAR16 *OrderVarName,
- UINT16 value);
+ UINT16 value,
+ UINTN *index);
EFI_STATUS
BootMenuItemCreate(
|