https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d94ed7e4bbc98a368ee835d616c62349fdbd27bd authored by Jason Self on 07 October 2012, 21:44:29 UTC
Linux-libre 2.6.32.60-gnu1
Tip revision: d94ed7e
statfs.h
#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
back to top