summaryrefslogtreecommitdiff
path: root/arch/mips64/kstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/kstat.h')
-rw-r--r--arch/mips64/kstat.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/mips64/kstat.h b/arch/mips64/kstat.h
new file mode 100644
index 00000000..74cb5a08
--- /dev/null
+++ b/arch/mips64/kstat.h
@@ -0,0 +1,23 @@
+struct kstat {
+ dev_t st_dev;
+ int __pad1[3];
+ ino_t st_ino;
+ mode_t st_mode;
+ nlink_t st_nlink;
+ uid_t st_uid;
+ gid_t st_gid;
+ dev_t st_rdev;
+ unsigned int __pad2[2];
+ off_t st_size;
+ int __pad3;
+ long st_atime_sec;
+ long st_atime_nsec;
+ long st_mtime_sec;
+ long st_mtime_nsec;
+ long st_ctime_sec;
+ long st_ctime_nsec;
+ blksize_t st_blksize;
+ unsigned int __pad4;
+ blkcnt_t st_blocks;
+ int __pad5[14];
+};