162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci#ifndef _ASM_IA64_STATFS_H 362306a36Sopenharmony_ci#define _ASM_IA64_STATFS_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci/* 662306a36Sopenharmony_ci * Based on <asm-i386/statfs.h>. 762306a36Sopenharmony_ci * 862306a36Sopenharmony_ci * Modified 1998, 1999, 2003 962306a36Sopenharmony_ci * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co 1062306a36Sopenharmony_ci */ 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci/* 1362306a36Sopenharmony_ci * We need compat_statfs64 to be packed, because the i386 ABI won't 1462306a36Sopenharmony_ci * add padding at the end to bring it to a multiple of 8 bytes, but 1562306a36Sopenharmony_ci * the IA64 ABI will. 1662306a36Sopenharmony_ci */ 1762306a36Sopenharmony_ci#define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4))) 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci#include <asm-generic/statfs.h> 2062306a36Sopenharmony_ci 2162306a36Sopenharmony_ci#endif /* _ASM_IA64_STATFS_H */ 22