OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-alpha/] [statfs.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#ifndef _ALPHA_STATFS_H
2
#define _ALPHA_STATFS_H
3
 
4
#ifndef __KERNEL_STRICT_NAMES
5
 
6
#include <linux/types.h>
7
 
8
typedef __kernel_fsid_t fsid_t;
9
 
10
#endif
11
 
12
struct statfs {
13
        int f_type;
14
        int f_bsize;
15
        int f_blocks;
16
        int f_bfree;
17
        int f_bavail;
18
        int f_files;
19
        int f_ffree;
20
        __kernel_fsid_t f_fsid;
21
        int f_namelen;
22
        int f_spare[6];
23
};
24
 
25
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.