2017-11-01 21:08:43 +07:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
2005-04-17 05:20:36 +07:00
|
|
|
#ifndef _ASMARM_STATFS_H
|
|
|
|
#define _ASMARM_STATFS_H
|
|
|
|
|
2006-01-14 23:35:03 +07:00
|
|
|
/*
|
|
|
|
* With EABI there is 4 bytes of padding added to this structure.
|
|
|
|
* Let's pack it so the padding goes away to simplify dual ABI support.
|
|
|
|
* Note that user space does NOT have to pack this structure.
|
|
|
|
*/
|
2008-09-01 20:09:15 +07:00
|
|
|
#define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
|
2005-04-17 05:20:36 +07:00
|
|
|
|
2008-09-01 20:09:15 +07:00
|
|
|
#include <asm-generic/statfs.h>
|
2005-04-17 05:20:36 +07:00
|
|
|
#endif
|