Commit 599cd887 authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Use <asm-generic/statsfs.h> on v850

parent b8ac7066
#ifndef __V850_STATFS_H__
#define __V850_STATFS_H__
#ifndef __KERNEL_STRICT_NAMES
#include <linux/types.h>
typedef __kernel_fsid_t fsid_t;
#endif
struct statfs {
long f_type;
long f_bsize;
long f_blocks;
long f_bfree;
long f_bavail;
long f_files;
long f_ffree;
__kernel_fsid_t f_fsid;
long f_namelen;
long f_spare[6];
};
#include <asm-generic/statfs.h>
#endif /* __V850_STATFS_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment