1 #ifndef _ASM_POWERPC_STATFS_H
2 #define _ASM_POWERPC_STATFS_H
4 /* For ppc32 we just use the generic definitions, not so simple on ppc64 */
7 #include <asm-generic/statfs.h>
10 #ifndef __KERNEL_STRICT_NAMES
11 #include <linux/types.h>
12 typedef __kernel_fsid_t fsid_t
;
16 * We're already 64-bit, so duplicate the definition
26 __kernel_fsid_t f_fsid
;
40 __kernel_fsid_t f_fsid
;
46 struct compat_statfs64
{
54 __kernel_fsid_t f_fsid
;
59 #endif /* ! __powerpc64__ */