statfs.h 555 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _ASM_IA64_STATFS_H
  3. #define _ASM_IA64_STATFS_H
  4. /*
  5. * Based on <asm-i386/statfs.h>.
  6. *
  7. * Modified 1998, 1999, 2003
  8. * David Mosberger-Tang <[email protected]>, Hewlett-Packard Co
  9. */
  10. /*
  11. * We need compat_statfs64 to be packed, because the i386 ABI won't
  12. * add padding at the end to bring it to a multiple of 8 bytes, but
  13. * the IA64 ABI will.
  14. */
  15. #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
  16. #include <asm-generic/statfs.h>
  17. #endif /* _ASM_IA64_STATFS_H */