Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 #ifndef _ASM_X86_STATFS_H
0003 #define _ASM_X86_STATFS_H
0004 
0005 /*
0006  * We need compat_statfs64 to be packed, because the i386 ABI won't
0007  * add padding at the end to bring it to a multiple of 8 bytes, but
0008  * the x86_64 ABI will.
0009  */
0010 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
0011 
0012 #include <asm-generic/statfs.h>
0013 #endif /* _ASM_X86_STATFS_H */