1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ALPHA_STATFS_H
3 #define _ALPHA_STATFS_H
5 #include <linux/types.h>
7 /* Alpha is the only 64-bit platform with 32-bit statfs. And doesn't
8 even seem to implement statfs64 */
9 #define __statfs_word __u32
11 #include <asm-generic/statfs.h>