Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
aa168ac0633acf5b9dd0d9cae8f3080e870faa2f
/
.
/
include
/
mtd.h
blob: 75aca262d4af4a36c0cc3af14cba04886efb0f9e [
file
] [
log
] [
blame
]
/* 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
);
#endif
/* _MTD_H_ */