statfs.h 492 B

1234567891011121314151617181920
  1. #ifndef _ASM_IA64_STATFS_H
  2. #define _ASM_IA64_STATFS_H
  3. /*
  4. * Based on <asm-i386/statfs.h>.
  5. *
  6. * Modified 1998, 1999, 2003
  7. * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
  8. */
  9. /*
  10. * We need compat_statfs64 to be packed, because the i386 ABI won't
  11. * add padding at the end to bring it to a multiple of 8 bytes, but
  12. * the IA64 ABI will.
  13. */
  14. #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
  15. #include <asm-generic/statfs.h>
  16. #endif /* _ASM_IA64_STATFS_H */