URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uC-libc/] [include/] [linux/] [times.h] - Rev 1782
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