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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-x86_64/] [stat.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#ifndef _ASM_X86_64_STAT_H
2
#define _ASM_X86_64_STAT_H
3
 
4
struct stat {
5
        unsigned long   st_dev;
6
        unsigned long   st_ino;
7
        unsigned long   st_nlink;
8
 
9
        unsigned int    st_mode;
10
        unsigned int    st_uid;
11
        unsigned int    st_gid;
12
        unsigned int    __pad0;
13
        unsigned long   st_rdev;
14
        long            st_size;
15
        long            st_blksize;
16
        long            st_blocks;      /* Number 512-byte blocks allocated. */
17
 
18
        unsigned long   st_atime;
19
        unsigned long   __reserved0;    /* reserved for atime.nanoseconds */
20
        unsigned long   st_mtime;
21
        unsigned long   __reserved1;    /* reserved for atime.nanoseconds */
22
        unsigned long   st_ctime;
23
        unsigned long   __reserved2;    /* reserved for atime.nanoseconds */
24
        long            __unused[3];
25
};
26
 
27
#endif

powered by: WebSVN 2.1.0

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