xref: /openbmc/u-boot/include/mtd.h (revision a1588ac8)
183d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
2d8587993SThomas Chou /*
3d8587993SThomas Chou  * Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
4d8587993SThomas Chou  */
5d8587993SThomas Chou 
6d8587993SThomas Chou #ifndef _MTD_H_
7d8587993SThomas Chou #define _MTD_H_
8d8587993SThomas Chou 
9d8587993SThomas Chou #include <linux/mtd/mtd.h>
10d8587993SThomas Chou 
11e9f62db6SMiquel Raynal int mtd_probe(struct udevice *dev);
12*5db66b3aSMiquel Raynal int mtd_probe_devices(void);
13e9f62db6SMiquel Raynal 
14d8587993SThomas Chou #endif	/* _MTD_H_ */
15