Merge branch '2020-05-18-reduce-size-of-common.h'
[oweals/u-boot.git] / include / ubifs_uboot.h
index 16b757286e40386b932bb01ae8017f5ead04f4d8..b025779d59ff679c2748c7e5948cb0fda8bc2466 100644 (file)
@@ -14,6 +14,9 @@
 #ifndef __UBIFS_UBOOT_H__
 #define __UBIFS_UBOOT_H__
 
+struct blk_desc;
+struct disk_partition;
+
 int ubifs_init(void);
 int uboot_ubifs_mount(char *vol_name);
 void uboot_ubifs_umount(void);