未验证 提交 37d9921a 编写于 作者: W Wayne 提交者: GitHub

[MTD-NAND] Add private data pointer. (#5974)

* Disable TRNG function in default configuration.

* Fix building issue

* To catch context of upper file system.
Co-authored-by: NWayne Lin <wclin@nuvoton.com>
上级 4961ed59
......@@ -47,7 +47,10 @@ struct rt_mtd_nand_device
/* operations interface */
const struct rt_mtd_nand_driver_ops *ops;
void *priv;
};
typedef struct rt_mtd_nand_device* rt_mtd_nand_t;
struct rt_mtd_nand_driver_ops
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册