Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 #ifndef _ASMARM_STATFS_H
0003 #define _ASMARM_STATFS_H
0004 
0005 /*
0006  * With EABI there is 4 bytes of padding added to this structure.
0007  * Let's pack it so the padding goes away to simplify dual ABI support.
0008  * Note that user space does NOT have to pack this structure.
0009  */
0010 #define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
0011 
0012 #include <asm-generic/statfs.h>
0013 #endif