]> Git Repo - linux.git/blob - arch/alpha/include/uapi/asm/statfs.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / alpha / include / uapi / asm / statfs.h
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
This page took 0.028395 seconds and 4 git commands to generate.