2008-06-18 08:08:48 -07:00
|
|
|
#ifndef ASM_X86__STATFS_H
|
|
|
|
#define ASM_X86__STATFS_H
|
2007-10-23 13:37:24 -07:00
|
|
|
|
|
|
|
/*
|
2008-09-01 06:10:44 -07: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 13:37:24 -07:00
|
|
|
*/
|
2008-09-01 06:10:44 -07:00
|
|
|
#define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
|
2007-10-23 13:37:24 -07:00
|
|
|
|
2008-09-01 06:10:44 -07:00
|
|
|
#include <asm-generic/statfs.h>
|
2008-06-18 08:08:48 -07:00
|
|
|
#endif /* ASM_X86__STATFS_H */
|