3 Star 13 Fork 10

Embedfire/ebf_linux_uboot

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mtd.h 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
Patrick Delaunay 提交于 2020-01-24 20:45 +08:00 . mtd: add prototypes for weak function
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
*/
#ifndef _MTD_H_
#define _MTD_H_
#include <linux/mtd/mtd.h>
int mtd_probe(struct udevice *dev);
int mtd_probe_devices(void);
void board_mtdparts_default(const char **mtdids, const char **mtdparts);
#endif /* _MTD_H_ */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Embedfire/ebf_linux_uboot.git
git@gitee.com:Embedfire/ebf_linux_uboot.git
Embedfire
ebf_linux_uboot
ebf_linux_uboot
ebf_v2020_10_imx

搜索帮助