Sign in
googlers
/
maze
/
klibc
/
ad6cb3fea7ce96aec76b3d147a43fb330a7ccf93
/
.
/
include
/
sys
/
vfs.h
blob: 8c1577c4bfb8497c59490bedd2a038922b51578e [
file
] [
log
] [
blame
]
/*
* sys/vfs.h
*/
#ifndef
_SYS_VFS_H
#define
_SYS_VFS_H
#include
<klibc/extern.h>
#include
<linux/vfs.h>
__extern
int
statfs
(
const
char
*,
struct
statfs
*);
__extern
int
fstatfs
(
int
,
struct
statfs
*);
#endif
/* _SYS_VFS_H */