X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FLibrary%2FDuetBdsLib%2FBdsPlatform.h;h=564d488c1ade59c88e9306537c41276aacd12cdd;hb=db4d3fa114f01798537315b5b54da32204415332;hp=ed4bc1ef669ac35f889c4ebac78d3fecf9182af3;hpb=9e65d5e9754ef45c979d58d24e9762c07e0f2ad5;p=mirror_edk2.git diff --git a/DuetPkg/Library/DuetBdsLib/BdsPlatform.h b/DuetPkg/Library/DuetBdsLib/BdsPlatform.h index ed4bc1ef66..564d488c1a 100644 --- a/DuetPkg/Library/DuetBdsLib/BdsPlatform.h +++ b/DuetPkg/Library/DuetBdsLib/BdsPlatform.h @@ -1,7 +1,7 @@ /*++ -Copyright (c) 2006 - 2007, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2006 - 2011, 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 @@ -45,13 +45,13 @@ Abstract: #include -#include #include #include #include #include #include #include +#include extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[]; extern EFI_DEVICE_PATH_PROTOCOL *gPlatformConnectSequence[]; @@ -215,18 +215,6 @@ extern PLATFORM_ROOT_BRIDGE_DEVICE_PATH gPlatformRootBridge0; // // Platform BDS Functions // -VOID -PlatformBdsInit ( - IN EFI_BDS_ARCH_PROTOCOL_INSTANCE *PrivateData - ); - -VOID -PlatformBdsPolicyBehavior ( - IN EFI_BDS_ARCH_PROTOCOL_INSTANCE *PrivateData, - IN LIST_ENTRY *DriverOptionList, - IN LIST_ENTRY *BootOptionList - ); - VOID PlatformBdsGetDriverOption ( IN LIST_ENTRY *BdsDriverLists @@ -252,19 +240,6 @@ PlatformBdsConnectSequence ( VOID ); -VOID -PlatformBdsBootFail ( - IN BDS_COMMON_OPTION *Option, - IN EFI_STATUS Status, - IN CHAR16 *ExitData, - IN UINTN ExitDataSize - ); - -VOID -PlatformBdsBootSuccess ( - IN BDS_COMMON_OPTION *Option - ); - EFI_STATUS ProcessCapsules ( EFI_BOOT_MODE BootMode