blob: de35cd438a1023a57f3c5dfb4a49230d8ff69aee [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ALPHA_STATFS_H
2#define _ALPHA_STATFS_H
3
David Woodhouse92a75072008-09-01 14:07:11 +01004/* Alpha is the only 64-bit platform with 32-bit statfs. And doesn't
5 even seem to implement statfs64 */
6#define __statfs_word __u32
7
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#include <asm-generic/statfs.h>
9
10#endif