summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-13 20:56:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-13 20:56:16 +0000
commit59443567767ebc201ff769eec21df238364d32ef (patch)
tree635daf8d49012f7919dcefdd3c10071540380231 /nuttx/include
parent499922dce09f07ab44e742c0f8f162c0e531d977 (diff)
downloadpx4-nuttx-59443567767ebc201ff769eec21df238364d32ef.tar.gz
px4-nuttx-59443567767ebc201ff769eec21df238364d32ef.tar.bz2
px4-nuttx-59443567767ebc201ff769eec21df238364d32ef.zip
Add FAT32 unmount; mountpoint open needs oflags+mode
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@220 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/fs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/fs.h b/nuttx/include/nuttx/fs.h
index 19c7ba3be..f813a44a2 100644
--- a/nuttx/include/nuttx/fs.h
+++ b/nuttx/include/nuttx/fs.h
@@ -120,7 +120,8 @@ struct mountpt_operations
* because it receives the relative path into the mountpoint.
*/
- int (*open)(FAR struct file *filp, const char *rel_path);
+ int (*open)(FAR struct file *filp, const char *rel_path,
+ int oflags, mode_t mode);
/* The following methods must be identical in signature and position because
* the struct file_operations and struct mountp_operations are treated like