]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/mtd.h
dm: core: add support for getting register address and size
[thirdparty/u-boot.git] / include / mtd.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
d8587993
TC
2/*
3 * Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
d8587993
TC
4 */
5
6#ifndef _MTD_H_
7#define _MTD_H_
8
9#include <linux/mtd/mtd.h>
10
e9f62db6 11int mtd_probe(struct udevice *dev);
5db66b3a 12int mtd_probe_devices(void);
e9f62db6 13
d8587993 14#endif /* _MTD_H_ */