summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/nuttx/fs/fs.h')
-rw-r--r--nuttx/include/nuttx/fs/fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/include/nuttx/fs/fs.h b/nuttx/include/nuttx/fs/fs.h
index b21d9cf80..20b318033 100644
--- a/nuttx/include/nuttx/fs/fs.h
+++ b/nuttx/include/nuttx/fs/fs.h
@@ -443,9 +443,11 @@ int register_driver(FAR const char *path, FAR const struct file_operations *fops
*
****************************************************************************/
+#ifndef CONFIG_DISABLE_MOUNTPOINT
int register_blockdriver(FAR const char *path,
FAR const struct block_operations *bops, mode_t mode,
FAR void *priv);
+#endif
/* fs_unregisterdriver.c ****************************************************/
/****************************************************************************