]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
d8587993 TC |
2 | /* |
3 | * Copyright (C) 2015 Thomas Chou <[email protected]> | |
d8587993 TC |
4 | */ |
5 | ||
6 | #ifndef _MTD_H_ | |
7 | #define _MTD_H_ | |
8 | ||
9 | #include <linux/mtd/mtd.h> | |
10 | ||
5db66b3a | 11 | int mtd_probe_devices(void); |
e9f62db6 | 12 | |
683b7c2a PD |
13 | void board_mtdparts_default(const char **mtdids, const char **mtdparts); |
14 | ||
d8587993 | 15 | #endif /* _MTD_H_ */ |