18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci#ifndef _ASMARM_STATFS_H 38c2ecf20Sopenharmony_ci#define _ASMARM_STATFS_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/* 68c2ecf20Sopenharmony_ci * With EABI there is 4 bytes of padding added to this structure. 78c2ecf20Sopenharmony_ci * Let's pack it so the padding goes away to simplify dual ABI support. 88c2ecf20Sopenharmony_ci * Note that user space does NOT have to pack this structure. 98c2ecf20Sopenharmony_ci */ 108c2ecf20Sopenharmony_ci#define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4))) 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include <asm-generic/statfs.h> 138c2ecf20Sopenharmony_ci#endif 14