2 * Definitions for the statfs(2) call.
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
8 * Copyright (C) 1995 by Ralf Baechle
10 #ifndef __ASM_MIPS_STATFS_H
11 #define __ASM_MIPS_STATFS_H
13 #include <linux/posix_types.h>
15 #ifndef __KERNEL_STRICT_NAMES
17 #include <linux/types.h>
19 typedef __kernel_fsid_t fsid_t
;
25 #define f_fstyp f_type
27 long f_frsize
; /* Fragment size - unsupported */
35 __kernel_fsid_t f_fsid
;
40 #endif /* __ASM_MIPS_STATFS_H */