Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _ALPHA_STATFS_H |
| 2 | #define _ALPHA_STATFS_H |
| 3 | |
Jaswinder Singh Rajput | 0fc2eb3 | 2009-01-31 10:34:04 +0530 | [diff] [blame] | 4 | #include <linux/types.h> |
| 5 | |
David Woodhouse | 92a7507 | 2008-09-01 14:07:11 +0100 | [diff] [blame] | 6 | /* Alpha is the only 64-bit platform with 32-bit statfs. And doesn't |
| 7 | even seem to implement statfs64 */ |
| 8 | #define __statfs_word __u32 |
| 9 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | #include <asm-generic/statfs.h> |
| 11 | |
| 12 | #endif |