]> git.ipfire.org Git - thirdparty/u-boot.git/blame - cmd/legacy-mtd-utils.h
Merge tag 'efi-2020-07-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[thirdparty/u-boot.git] / cmd / legacy-mtd-utils.h
CommitLineData
eb446ef6
MR
1/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __LEGACY_MTD_UTILS_H
4#define __LEGACY_MTD_UTILS_H
5
6int mtd_arg_off(const char *arg, int *idx, loff_t *off, loff_t *size,
7 loff_t *maxsize, int devtype, uint64_t chipsize);
8int mtd_arg_off_size(int argc, char *const argv[], int *idx, loff_t *off,
9 loff_t *size, loff_t *maxsize, int devtype,
10 uint64_t chipsize);
11
12#endif /* LEGACY_MTD_UTILS_H */