]> code.delx.au - refind/blobdiff - EfiLib/GenericBdsLib.h
Fixed a bug that cause Tianocore builds to not mount filesystems.
[refind] / EfiLib / GenericBdsLib.h
index d4958c4ec00f48bb5ba3969f30e2f71e1c919848..be4325bc8b3933fde828ff9d8b6984595f696d2b 100644 (file)
@@ -230,23 +230,6 @@ BdsLibBuildOptionFromShell (
   IN OUT LIST_ENTRY              *BdsBootOptionList\r
   );\r
 \r
-// //\r
-// // Bds misc lib functions\r
-// //\r
-// /**\r
-//   Get boot mode by looking up the configuration table and parsing the HOB list.\r
-// \r
-//   @param  BootMode              The boot mode from PEI handoff HOB.\r
-// \r
-//   @retval EFI_SUCCESS           Successfully got boot mode.\r
-// \r
-// **/\r
-// EFI_STATUS\r
-// EFIAPI\r
-// BdsLibGetBootMode (\r
-//   OUT EFI_BOOT_MODE       *BootMode\r
-//   );\r
-\r
 \r
 /**\r
   The function will go through the driver option link list, and then load and start\r
@@ -363,6 +346,19 @@ BdsLibConnectDevicePath (
   );\r
 \r
 \r
+//\r
+// Bds connect and disconnect driver lib funcions\r
+//\r
+/**\r
+ This function connects all system drivers with the corresponding controllers. \r
+\r
+ **/\r
+VOID\r
+EFIAPI\r
+BdsLibConnectAllDriversToAllControllers (\r
+   VOID\r
+);\r
+\r
 /**\r
   This function will connect console device based on the console\r
   device variable ConIn, ConOut and ErrOut.\r