]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h
Remove #define for MAX_BBS_ENTRIES
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / BootMaint / BBSsupport.h
CommitLineData
5c08e117 1/** @file\r
2 declares interface functions\r
3\r
4Copyright (c) 2004 - 2008, Intel Corporation. <BR>\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef _EFI_BDS_BBS_SUPPORT_H_\r
16#define _EFI_BDS_BBS_SUPPORT_H_\r
17\r
18#include "BootMaint.h"\r
19\r
5c08e117 20/**\r
21 Build Legacy Device Name String according.\r
22\r
23 @param CurBBSEntry BBS Table.\r
24 @param Index Index.\r
25 @param BufSize The buffer size.\r
26 @param BootString The output string.\r
27\r
28 @return VOID No output.\r
29\r
30**/\r
31VOID\r
32BdsBuildLegacyDevNameString (\r
33 IN BBS_TABLE *CurBBSEntry,\r
34 IN UINTN Index,\r
35 IN UINTN BufSize,\r
36 OUT CHAR16 *BootString\r
37 );\r
38\r
5c08e117 39#endif\r