]> Git Repo - J-u-boot.git/blame - include/mtd.h
Kconfig: FIT_SIGNATURE should not select RSA_VERIFY
[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
5db66b3a 11int mtd_probe_devices(void);
e9f62db6 12
683b7c2a
PD
13void board_mtdparts_default(const char **mtdids, const char **mtdparts);
14
d8587993 15#endif /* _MTD_H_ */
This page took 0.397907 seconds and 4 git commands to generate.