patch-1.3.94 linux/include/asm-m68k/statfs.h

Next file: linux/include/asm-m68k/string.h
Previous file: linux/include/asm-m68k/stat.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.93/linux/include/asm-m68k/statfs.h linux/include/asm-m68k/statfs.h
@@ -0,0 +1,21 @@
+#ifndef _M68K_STATFS_H
+#define _M68K_STATFS_H
+
+typedef struct {
+	long    val[2];
+} fsid_t;
+
+struct statfs {
+	long f_type;
+	long f_bsize;
+	long f_blocks;
+	long f_bfree;
+	long f_bavail;
+	long f_files;
+	long f_ffree;
+	fsid_t f_fsid;
+	long f_namelen;
+	long f_spare[6];
+};
+
+#endif /* _M68K_STATFS_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this