Add readdir() on mountpoints

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@251 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-05-26 16:37:37 +00:00
parent 0528705d81
commit 48b2897974
3 changed files with 101 additions and 15 deletions
+4
View File
@@ -145,6 +145,10 @@ struct mountpt_operations
int (*sync)(FAR struct file *filp);
/* Directory operations */
int (*opendir)(struct inode *mountpt, const char *relpath, struct internal_dir_s *dir);
/* General volume-related mountpoint operations: */
int (*bind)(FAR struct inode *blkdriver, const void *data, void **handle);