]> Git Repo - J-u-boot.git/blame - include/mtd.h
Merge branch '2020-03-27-master-imports'
[J-u-boot.git] / include / mtd.h
CommitLineData
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
e9f62db6 11int mtd_probe(struct udevice *dev);
5db66b3a 12int mtd_probe_devices(void);
e9f62db6 13
683b7c2a
PD
14void board_mtdparts_default(const char **mtdids, const char **mtdparts);
15
d8587993 16#endif /* _MTD_H_ */
This page took 0.335015 seconds and 4 git commands to generate.