ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use
authorHans de Goede <hdegoede@redhat.com>
Thu, 17 Sep 2015 22:46:56 +0000 (18:46 -0400)
committerTom Rini <trini@konsulko.com>
Sat, 24 Oct 2015 17:50:31 +0000 (13:50 -0400)
commitad15749b6d2b26bf7afe8a9d8724027ba1165b25
tree80c51df7904216ac3a8359351c4a9b5e7dfda6c5
parentafc1744ec87d26965fc9a311554e0d50962555bd
ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use

Modify the ubifs u-boot wrapper function prototypes for generic fs use,
and give them their own header file.

This is a preparation patch for adding ubifs support to the generic fs
code from fs/fs.c.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
common/cmd_ubifs.c
fs/ubifs/ubifs.c
fs/ubifs/ubifs.h
include/ubifs_uboot.h [new file with mode: 0644]