mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com> Acked-by: Michael Cree <mcree@orcon.net.nz> Acked-by: Matt Turner <mattst88@gmail.com>
13 lines
251 B
C
13 lines
251 B
C
#ifndef _ALPHA_STATFS_H
|
|
#define _ALPHA_STATFS_H
|
|
|
|
#include <linux/types.h>
|
|
|
|
/* Alpha is the only 64-bit platform with 32-bit statfs. And doesn't
|
|
even seem to implement statfs64 */
|
|
#define __statfs_word __u32
|
|
|
|
#include <asm-generic/statfs.h>
|
|
|
|
#endif
|