Full support for Ginger Console
[linux-ginger.git] / arch / alpha / include / asm / statfs.h
blobccd2e186bfd8244e5892b181bcb43906cfdd4b08
1 #ifndef _ALPHA_STATFS_H
2 #define _ALPHA_STATFS_H
4 #include <linux/types.h>
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
10 #include <asm-generic/statfs.h>
12 #endif