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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [libl4/] [include/] [l4lib/] [os/] [posix/] [kstat.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
#ifndef __OS_KSTAT_H__
2
#define __OS_KSTAT_H__
3
 
4
#include <l4lib/types.h>
5
 
6
/*
7
 * Internal codezero-specific stat structure.
8
 * This is converted to posix stat in userspace
9
 */
10
struct kstat {
11
        u64 vnum;
12
        u32 mode;
13
        int links;
14
        u16 uid;
15
        u16 gid;
16
        u64 size;
17
        int blksize;
18
        u64 atime;
19
        u64 mtime;
20
        u64 ctime;
21
};
22
 
23
#endif

powered by: WebSVN 2.1.0

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