]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/alpha/include/asm/statfs.h
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
[linux-2.6-omap-h63xx.git] / arch / alpha / include / asm / statfs.h
1 #ifndef _ALPHA_STATFS_H
2 #define _ALPHA_STATFS_H
3
4 /* 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
8 #include <asm-generic/statfs.h>
9
10 #endif