From 392e8802486cb573b916e746010e141a75f507e6 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 15 Nov 2014 09:58:27 +0800 Subject: init android origin source code --- ANDROID_3.4.5/arch/arm/include/asm/statfs.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ANDROID_3.4.5/arch/arm/include/asm/statfs.h (limited to 'ANDROID_3.4.5/arch/arm/include/asm/statfs.h') diff --git a/ANDROID_3.4.5/arch/arm/include/asm/statfs.h b/ANDROID_3.4.5/arch/arm/include/asm/statfs.h new file mode 100644 index 00000000..079447c0 --- /dev/null +++ b/ANDROID_3.4.5/arch/arm/include/asm/statfs.h @@ -0,0 +1,12 @@ +#ifndef _ASMARM_STATFS_H +#define _ASMARM_STATFS_H + +/* + * 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. + */ +#define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4))) + +#include +#endif -- cgit