common: Drop log.h from common header
[oweals/u-boot.git] / include / ubi_uboot.h
index 827dbfcd103b333f2dcbcff0454371bab4136679..0770228cd895c6494e6a95b7810b9b8f39008037 100644 (file)
@@ -75,6 +75,7 @@ extern int ubi_volume_write(char *volume, void *buf, size_t size);
 extern int ubi_volume_read(char *volume, char *buf, size_t size);
 
 extern struct ubi_device *ubi_devices[];
+int cmd_ubifs_mount(char *vol_name);
 int cmd_ubifs_umount(void);
 
 #endif