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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [sys/] [times.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#ifndef _SYS_TIMES_H
2
#define _SYS_TIMES_H
3
 
4
#include <features.h>
5
#include <sys/types.h>
6
#include <time.h>
7
 
8
struct tms {
9
        clock_t tms_utime;
10
        clock_t tms_stime;
11
        clock_t tms_cutime;
12
        clock_t tms_cstime;
13
};
14
 
15
__BEGIN_DECLS
16
 
17
extern clock_t times __P ((struct tms * __tp));
18
 
19
__END_DECLS
20
 
21
#endif

powered by: WebSVN 2.1.0

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