]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/fs_internal.h
Merge tag 'u-boot-imx-20200511' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[thirdparty/u-boot.git] / include / fs_internal.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0 */
5994e8b6
MB
2/*
3 * 2017 by Marek Behun <marek.behun@nic.cz>
4 *
5 * Derived from code in ext4/dev.c, which was based on reiserfs/dev.c
5994e8b6
MB
6 */
7
8#ifndef __U_BOOT_FS_INTERNAL_H__
9#define __U_BOOT_FS_INTERNAL_H__
10
11#include <part.h>
12
13int fs_devread(struct blk_desc *, disk_partition_t *, lbaint_t, int, int,
14 char *);
15
16#endif /* __U_BOOT_FS_INTERNAL_H__ */