Files
u-boot/fs
AKASHI Takahiro 64f49eb7d0 fs: export fs_close()
fs_close() closes the connection to a file system which opened with
either fs_set_blk_dev() or fs_set_dev_with_part(). Many file system
functions implicitly call fs_close(), e.g. fs_closedir(), fs_exist(),
fs_ln(), fs_ls(), fs_mkdir(), fs_read(), fs_size(), fs_write()
and fs_unlink().
So just export it.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2019-10-17 19:19:55 +02:00
..
2019-08-18 21:54:10 +08:00
2019-08-20 12:20:33 -04:00
2019-08-11 16:43:41 -04:00
2019-10-17 19:19:55 +02:00
2017-10-02 21:52:18 -04:00
2019-08-18 21:54:10 +08:00