X-Git-Url: https://code.delx.au/refind/blobdiff_plain/118f257faaeeebd8c0b56821d70fcfe8f36289a6..c63e9bd427f945b881d337b9fd5d3ff8612f103f:/EfiLib/BdsHelper.h diff --git a/EfiLib/BdsHelper.h b/EfiLib/BdsHelper.h index 3b3c03b..20344a1 100644 --- a/EfiLib/BdsHelper.h +++ b/EfiLib/BdsHelper.h @@ -3,8 +3,25 @@ * Functions to call legacy BIOS API. * */ +/** + +Copyright (c) 2004 - 2014, 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 + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +**/ + +#ifdef __MAKEWITH_TIANO #include "../include/tiano_includes.h" +#else +#include "gnuefi-helper.h" +#include "GenericBdsLib.h" +#endif #ifndef _BDS_HELPER_H_ #define _BDS_HELPER_H_ @@ -25,4 +42,9 @@ BdsLibDoLegacyBoot ( IN BDS_COMMON_OPTION *Option ); +EFI_STATUS BdsConnectDevicePath ( IN EFI_DEVICE_PATH_PROTOCOL * DevicePath, + OUT EFI_HANDLE * Handle, + OUT EFI_DEVICE_PATH_PROTOCOL ** RemainingDevicePath +); + #endif //_BDS_HELPER_H_