statfs.h (314B)
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2#ifndef _ALPHA_STATFS_H 3#define _ALPHA_STATFS_H 4 5#include <linux/types.h> 6 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 10 11#include <asm-generic/statfs.h> 12 13#endif