2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2015-11-07 06:20:31 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _MTD_H_
|
|
|
|
#define _MTD_H_
|
|
|
|
|
|
|
|
#include <linux/mtd/mtd.h>
|
|
|
|
|
2018-09-29 10:58:28 +00:00
|
|
|
int mtd_probe_devices(void);
|
2018-09-29 10:58:24 +00:00
|
|
|
|
2020-01-24 12:45:56 +00:00
|
|
|
void board_mtdparts_default(const char **mtdids, const char **mtdparts);
|
|
|
|
|
2015-11-07 06:20:31 +00:00
|
|
|
#endif /* _MTD_H_ */
|