summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-01 00:22:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-01 00:22:09 +0000
commit081297ae419d1986ef51d7b4326f3573004b04e8 (patch)
tree1978b45603e5ff8be84c3c97d7f2a15da7e97d7f /nuttx/fs/fs_internal.h
parentad910059a7501d0f9f7b5f722258cb902c64eb15 (diff)
downloadpx4-nuttx-081297ae419d1986ef51d7b4326f3573004b04e8.tar.gz
px4-nuttx-081297ae419d1986ef51d7b4326f3573004b04e8.tar.bz2
px4-nuttx-081297ae419d1986ef51d7b4326f3573004b04e8.zip
Need to call driver close() method on exit
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@792 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/fs_internal.h')
-rw-r--r--nuttx/fs/fs_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/fs/fs_internal.h b/nuttx/fs/fs_internal.h
index b20843d2f..936761d4a 100644
--- a/nuttx/fs/fs_internal.h
+++ b/nuttx/fs/fs_internal.h
@@ -210,6 +210,7 @@ EXTERN void inode_release(FAR struct inode *inode);
EXTERN void weak_function files_initialize(void);
EXTERN int files_allocate(FAR struct inode *inode, int oflags, off_t pos);
EXTERN void files_release(int filedes);
+EXTERN int files_close(struct file *filep);
#undef EXTERN
#if defined(__cplusplus)