summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/fs_internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/nuttx/fs/fs_internal.h b/nuttx/fs/fs_internal.h
index 1df37a6b5..e34c45134 100644
--- a/nuttx/fs/fs_internal.h
+++ b/nuttx/fs/fs_internal.h
@@ -234,15 +234,6 @@ EXTERN void files_release(int filedes);
EXTERN int find_blockdriver(FAR const char *pathname, int mountflags,
FAR struct inode **ppinode);
-/* fs_openblockdriver.c ******************************************************/
-
-EXTERN int open_blockdriver(FAR const char *pathname, int mountflags,
- FAR struct inode **ppinode);
-
-/* fs_closeblockdriver.c *****************************************************/
-
-EXTERN int close_blockdriver(FAR struct inode *inode);
-
#undef EXTERN
#if defined(__cplusplus)
}