162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci#ifndef _ASMARM_STATFS_H 362306a36Sopenharmony_ci#define _ASMARM_STATFS_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci/* 662306a36Sopenharmony_ci * With EABI there is 4 bytes of padding added to this structure. 762306a36Sopenharmony_ci * Let's pack it so the padding goes away to simplify dual ABI support. 862306a36Sopenharmony_ci * Note that user space does NOT have to pack this structure. 962306a36Sopenharmony_ci */ 1062306a36Sopenharmony_ci#define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4))) 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#include <asm-generic/statfs.h> 1362306a36Sopenharmony_ci#endif 14