X-Git-Url: https://code.delx.au/refind/blobdiff_plain/72e72b025f9cff0bce1f613312c19cf9a2d4df4a..c63e9bd427f945b881d337b9fd5d3ff8612f103f:/EfiLib/BdsHelper.h diff --git a/EfiLib/BdsHelper.h b/EfiLib/BdsHelper.h index 2324032..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_