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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [libl4/] [include/] [l4lib/] [os/] [posix/] [kstat.h] - Rev 2

Compare with Previous | Blame | View Log

#ifndef __OS_KSTAT_H__
#define __OS_KSTAT_H__
 
#include <l4lib/types.h>
 
/*
 * Internal codezero-specific stat structure.
 * This is converted to posix stat in userspace
 */
struct kstat {
	u64 vnum;
	u32 mode;
	int links;
	u16 uid;
	u16 gid;
	u64 size;
	int blksize;
	u64 atime;
	u64 mtime;
	u64 ctime;
};
 
#endif
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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