OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [sys/] [vfs.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#ifndef _SYS_VFS_H
2
#define _SYS_VFS_H
3
 
4
#include <features.h>
5
#include <linux/vfs.h>
6
 
7
__BEGIN_DECLS
8
 
9
extern int __statfs __P ((__const char *__path, struct statfs *__buf));
10
extern int statfs __P ((__const char *__path, struct statfs *__buf));
11
 
12
extern int __fstatfs __P ((int __fildes, struct statfs *__buf));
13
extern int fstatfs __P ((int __fildes, struct statfs *__buf));
14
 
15
__END_DECLS
16
 
17
#endif /*_SYS_VFS_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.