1 #ifndef _ASMARM_STATFS_H
2 #define _ASMARM_STATFS_H
4 #ifndef __KERNEL_STRICT_NAMES
5 # include <linux/types.h>
6 typedef __kernel_fsid_t fsid_t
;
17 __kernel_fsid_t f_fsid
;
24 * With EABI there is 4 bytes of padding added to this structure.
25 * Let's pack it so the padding goes away to simplify dual ABI support.
26 * Note that user space does NOT have to pack this structure.
36 __kernel_fsid_t f_fsid
;
40 } __attribute__ ((packed
,aligned(4)));