blob: ccd2e186bfd8244e5892b181bcb43906cfdd4b08 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ALPHA_STATFS_H
2#define _ALPHA_STATFS_H
3
Jaswinder Singh Rajput0fc2eb32009-01-31 10:34:04 +05304#include <linux/types.h>
5
David Woodhouse92a75072008-09-01 14:07:11 +01006/* 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 Torvalds1da177e2005-04-16 15:20:36 -070010#include <asm-generic/statfs.h>
11
12#endif