URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [linux/] [times.h] - Rev 1778
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _LINUX_TIMES_H #define _LINUX_TIMES_H struct tms { clock_t tms_utime; clock_t tms_stime; clock_t tms_cutime; clock_t tms_cstime; }; #endif
Go to most recent revision | Compare with Previous | Blame | View Log