1 #ifndef _PPC64_STATFS_H
2 #define _PPC64_STATFS_H
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
11 #ifndef __KERNEL_STRICT_NAMES
12 #include <linux/types.h>
13 typedef __kernel_fsid_t fsid_t
;
17 * We're already 64-bit, so duplicate the definition
27 __kernel_fsid_t f_fsid
;
41 __kernel_fsid_t f_fsid
;
47 struct compat_statfs64
{
55 __kernel_fsid_t f_fsid
;
61 #endif /* _PPC64_STATFS_H */