162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci#ifndef _ASM_X86_STATFS_H 362306a36Sopenharmony_ci#define _ASM_X86_STATFS_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci/* 662306a36Sopenharmony_ci * We need compat_statfs64 to be packed, because the i386 ABI won't 762306a36Sopenharmony_ci * add padding at the end to bring it to a multiple of 8 bytes, but 862306a36Sopenharmony_ci * the x86_64 ABI will. 962306a36Sopenharmony_ci */ 1062306a36Sopenharmony_ci#define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4))) 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#include <asm-generic/statfs.h> 1362306a36Sopenharmony_ci#endif /* _ASM_X86_STATFS_H */ 14