f7aa6f913a
Yeah Signed-off-by: kaguya <vpshinomiya@protonmail.com>
17 lines
159 B
C
17 lines
159 B
C
|
|
#ifndef _SYS_VFS_H
|
|
#define _SYS_VFS_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <sys/statfs.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _SYS_VFS_H */
|
|
|