From f07a4c844da9f0ecae5bbee1ab94be56505f26f7 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 25 Feb 1997 21:28:37 +0000 Subject: Initial source --- i386/i386at/gpl/linux/include/asm/statfs.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 i386/i386at/gpl/linux/include/asm/statfs.h (limited to 'i386/i386at/gpl/linux/include/asm/statfs.h') diff --git a/i386/i386at/gpl/linux/include/asm/statfs.h b/i386/i386at/gpl/linux/include/asm/statfs.h new file mode 100644 index 0000000..6efb741 --- /dev/null +++ b/i386/i386at/gpl/linux/include/asm/statfs.h @@ -0,0 +1,21 @@ +#ifndef _I386_STATFS_H +#define _I386_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 -- cgit v1.2.3