]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h
Fix some inconsistencies in EFIAPI usage.
[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
20#define MAX_BBS_ENTRIES 0x100\r
21\r
22/**\r
23 Build Legacy Device Name String according.\r
24\r
25 @param CurBBSEntry BBS Table.\r
26 @param Index Index.\r
27 @param BufSize The buffer size.\r
28 @param BootString The output string.\r
29\r
30 @return VOID No output.\r
31\r
32**/\r
33VOID\r
34BdsBuildLegacyDevNameString (\r
35 IN BBS_TABLE *CurBBSEntry,\r
36 IN UINTN Index,\r
37 IN UINTN BufSize,\r
38 OUT CHAR16 *BootString\r
39 );\r
40\r
5c08e117 41#endif\r