pinctrl: a3700: Fix uart2 group selection register mask
[oweals/u-boot.git] / include / blk.h
index a128ee484145f306e1e994249626ef80ac915367..ef29a07ee260a516e808cc9f172ebfa39c1fb221 100644 (file)
@@ -377,6 +377,13 @@ int blk_find_max_devnum(enum if_type if_type);
  */
 int blk_select_hwpart(struct udevice *dev, int hwpart);
 
+/**
+ * blk_get_from_parent() - obtain a block device by looking up its parent
+ *
+ * All devices with
+ */
+int blk_get_from_parent(struct udevice *parent, struct udevice **devp);
+
 #else
 #include <errno.h>
 /*