]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-u-boot/ti-u-boot.git/blob - include/mtd.h
Prepare v2024.04
[ti-u-boot/ti-u-boot.git] / include / mtd.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
4  */
6 #ifndef _MTD_H_
7 #define _MTD_H_
9 #include <linux/mtd/mtd.h>
11 int mtd_probe(struct udevice *dev);
12 int mtd_probe_devices(void);
14 void board_mtdparts_default(const char **mtdids, const char **mtdparts);
16 #endif  /* _MTD_H_ */