summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
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