Files
linux-apfs/arch/x86/include/asm/statfs.h
T

13 lines
353 B
C
Raw Normal View History

2008-10-22 22:26:29 -07:00
#ifndef _ASM_X86_STATFS_H
#define _ASM_X86_STATFS_H
2007-10-23 22:37:24 +02:00
/*
2008-09-01 14:10:44 +01:00
* We need compat_statfs64 to be packed, because the i386 ABI won't
* add padding at the end to bring it to a multiple of 8 bytes, but
* the x86_64 ABI will.
2007-10-23 22:37:24 +02:00
*/
2008-09-01 14:10:44 +01:00
#define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
2007-10-23 22:37:24 +02:00
2008-09-01 14:10:44 +01:00
#include <asm-generic/statfs.h>
2008-10-22 22:26:29 -07:00
#endif /* _ASM_X86_STATFS_H */