2017-11-01 15:08:43 +01:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
2005-04-16 15:20:36 -07:00
|
|
|
#ifndef _ALPHA_STATFS_H
|
|
|
|
|
#define _ALPHA_STATFS_H
|
|
|
|
|
|
2009-01-31 10:34:04 +05:30
|
|
|
#include <linux/types.h>
|
|
|
|
|
|
2008-09-01 14:07:11 +01:00
|
|
|
/* Alpha is the only 64-bit platform with 32-bit statfs. And doesn't
|
|
|
|
|
even seem to implement statfs64 */
|
|
|
|
|
#define __statfs_word __u32
|
|
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
#include <asm-generic/statfs.h>
|
|
|
|
|
|
|
|
|
|
#endif
|