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