]> Git Repo - J-linux.git/blob - arch/alpha/include/asm/statfs.h
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / alpha / include / asm / statfs.h
1 #ifndef _ALPHA_STATFS_H
2 #define _ALPHA_STATFS_H
3
4 #include <linux/types.h>
5
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
10 #include <asm-generic/statfs.h>
11
12 #endif
This page took 0.036084 seconds and 4 git commands to generate.