statfs.h 314 B

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