18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci#ifndef _ASM_IA64_STATFS_H 38c2ecf20Sopenharmony_ci#define _ASM_IA64_STATFS_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/* 68c2ecf20Sopenharmony_ci * Based on <asm-i386/statfs.h>. 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * Modified 1998, 1999, 2003 98c2ecf20Sopenharmony_ci * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co 108c2ecf20Sopenharmony_ci */ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci/* 138c2ecf20Sopenharmony_ci * We need compat_statfs64 to be packed, because the i386 ABI won't 148c2ecf20Sopenharmony_ci * add padding at the end to bring it to a multiple of 8 bytes, but 158c2ecf20Sopenharmony_ci * the IA64 ABI will. 168c2ecf20Sopenharmony_ci */ 178c2ecf20Sopenharmony_ci#define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4))) 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#include <asm-generic/statfs.h> 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci#endif /* _ASM_IA64_STATFS_H */ 22