1 /* SPDX-License-Identifier: GPL-2.0 */
3 * 2017 by Marek BehĂșn <kabel@kernel.org>
5 * Derived from code in ext4/dev.c, which was based on reiserfs/dev.c
8 #ifndef __U_BOOT_FS_INTERNAL_H__
9 #define __U_BOOT_FS_INTERNAL_H__
13 int fs_devread(struct blk_desc *, struct disk_partition *, lbaint_t, int, int,
16 #endif /* __U_BOOT_FS_INTERNAL_H__ */