X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FUniversal%2FBdsDxe%2FBootMaint%2FBootMaint.h;h=673324475ca4beadccc4f6f32b52db3fb72ea658;hp=42449fb90d245ca57f405e21e3c7743b49e8fd66;hb=180a5a35cb49699bd249dee19e41cee34c856a58;hpb=e83c9064f5f83809760c84174f936bacccac1c02 diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h index 42449fb90d..673324475c 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h @@ -1,8 +1,8 @@ /** @file Header file for boot maintenance module. -Copyright (c) 2004 - 2009, Intel Corporation.
-All rights reserved. This program and the accompanying materials +Copyright (c) 2004 - 2009, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -591,6 +591,20 @@ BOpt_IsEfiApp ( Get the Option Number that has not been allocated for use. + @param Type The type of Option. + + @return The available Option Number. + +**/ +UINT16 +BOpt_GetOptionNumber ( + CHAR16 *Type + ); + +/** + + Get the Option Number for Boot#### that does not used. + @return The available Option Number. **/ @@ -601,9 +615,9 @@ BOpt_GetBootOptionNumber ( /** - Get the Option Number that is not in use. +Get the Option Number for Driver#### that does not used. - @return The unused Option Number. +@return The unused Option Number. **/ UINT16