X-Git-Url: https://code.delx.au/refind/blobdiff_plain/a6bc3c550cd0c93b5c6ab9fe4927cb5e71a6a089..1fd8d428b85accc2b1825b60d187e839932766d9:/EfiLib/GenericBdsLib.h diff --git a/EfiLib/GenericBdsLib.h b/EfiLib/GenericBdsLib.h index d4958c4..be4325b 100644 --- a/EfiLib/GenericBdsLib.h +++ b/EfiLib/GenericBdsLib.h @@ -230,23 +230,6 @@ BdsLibBuildOptionFromShell ( IN OUT LIST_ENTRY *BdsBootOptionList ); -// // -// // Bds misc lib functions -// // -// /** -// Get boot mode by looking up the configuration table and parsing the HOB list. -// -// @param BootMode The boot mode from PEI handoff HOB. -// -// @retval EFI_SUCCESS Successfully got boot mode. -// -// **/ -// EFI_STATUS -// EFIAPI -// BdsLibGetBootMode ( -// OUT EFI_BOOT_MODE *BootMode -// ); - /** The function will go through the driver option link list, and then load and start @@ -363,6 +346,19 @@ BdsLibConnectDevicePath ( ); +// +// Bds connect and disconnect driver lib funcions +// +/** + This function connects all system drivers with the corresponding controllers. + + **/ +VOID +EFIAPI +BdsLibConnectAllDriversToAllControllers ( + VOID +); + /** This function will connect console device based on the console device variable ConIn, ConOut and ErrOut.