chiark / gitweb /
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
[elogind.git] / klibc / klibc / include / sys / vfs.h
1 /*
2  * sys/vfs.h
3  */
4
5 #ifndef _SYS_VFS_H
6 #define _SYS_VFS_H
7
8 #include <klibc/extern.h>
9 #include <linux/vfs.h>
10
11 __extern int statfs(const char *, struct statfs *);
12 __extern int fstatfs(int, struct statfs *);
13
14 #endif /* _SYS_VFS_H */