18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci#ifndef _ALPHA_STATFS_H
38c2ecf20Sopenharmony_ci#define _ALPHA_STATFS_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#include <linux/types.h>
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci/* Alpha is the only 64-bit platform with 32-bit statfs. And doesn't
88c2ecf20Sopenharmony_ci   even seem to implement statfs64 */
98c2ecf20Sopenharmony_ci#define __statfs_word __u32
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#include <asm-generic/statfs.h>
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#endif
14