]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPkg/Include/Library/BdsUnixLib.h
Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsUnixLib...
[mirror_edk2.git] / ArmPkg / Include / Library / BdsUnixLib.h
... / ...
CommitLineData
1/** @file\r
2*\r
3* Copyright (c) 2011, ARM Limited. All rights reserved.\r
4* \r
5* This program and the accompanying materials \r
6* are licensed and made available under the terms and conditions of the BSD License \r
7* which accompanies this distribution. The full text of the license may be found at \r
8* http://opensource.org/licenses/bsd-license.php \r
9*\r
10* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12*\r
13**/\r
14\r
15#ifndef __BDS_ENTRY_H__\r
16#define __BDS_ENTRY_H__\r
17\r
18EFI_STATUS\r
19BdsConnectAllDrivers ( VOID );\r
20\r
21EFI_STATUS\r
22BdsBootLinux (\r
23 IN CONST CHAR16* LinuxKernel,\r
24 IN CONST CHAR8* ATag,\r
25 IN CONST CHAR16* Fdt\r
26);\r
27\r
28EFI_STATUS\r
29BdsLoadApplication (\r
30 IN CHAR16* EfiApp\r
31);\r
32\r
33EFI_STATUS\r
34BdsLoadApplicationFromPath (\r
35 IN CHAR16* EfiAppPath\r
36);\r
37\r
38#endif\r