mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
fd/dirent, fs/driver/, and fs/vfs: Make MTD device accessible via a character driver proxy like block devices
This commit is contained in:
@@ -386,7 +386,7 @@ union inode_ops_u
|
||||
#ifndef CONFIG_DISABLE_MQUEUE
|
||||
FAR struct mqueue_inode_s *i_mqueue; /* POSIX message queue */
|
||||
#endif
|
||||
#ifndef CONFIGMTD
|
||||
#ifdef CONFIG_MTD
|
||||
FAR struct mtd_dev_s *i_mtd; /* MTD device driver */
|
||||
#endif
|
||||
#ifdef CONFIG_PSEUDOFS_SOFTLINKS
|
||||
|
||||
Reference in New Issue
Block a user