| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #ifndef _ASMARM_STATFS_H
 | 
					
						
							|  |  |  | #define _ASMARM_STATFS_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-01-14 16:35:03 +00: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 14:09:15 +01:00
										 |  |  | #define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-01 14:09:15 +01:00
										 |  |  | #include <asm-generic/statfs.h>
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #endif
 |