summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/msdos.h
diff options
context:
space:
mode:
authorAndrei Mozzhuhin <nopscmn@gmail.com>2013-05-16 11:23:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-16 11:40:41 +0200
commit56f2260008ad5425ec89bfacafe9146422c2c3a7 (patch)
tree839bc4b6cc2f7bad839ded284522b18f90d33d37 /cpukit/libfs/src/dosfs/msdos.h
parentshell: Fix NULL pointer access (diff)
downloadrtems-56f2260008ad5425ec89bfacafe9146422c2c3a7.tar.bz2
dosfs: Add statvfs() support
Diffstat (limited to 'cpukit/libfs/src/dosfs/msdos.h')
-rw-r--r--cpukit/libfs/src/dosfs/msdos.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/libfs/src/dosfs/msdos.h b/cpukit/libfs/src/dosfs/msdos.h
index 9465d268d7..78eda9b226 100644
--- a/cpukit/libfs/src/dosfs/msdos.h
+++ b/cpukit/libfs/src/dosfs/msdos.h
@@ -293,6 +293,9 @@ int msdos_rename(
size_t new_namelen
);
+int msdos_statvfs(const rtems_filesystem_location_info_t *root_loc,
+ struct statvfs *sb);
+
void msdos_lock(const rtems_filesystem_mount_table_entry_t *mt_entry);
void msdos_unlock(const rtems_filesystem_mount_table_entry_t *mt_entry);