Sign in
nest-open-source
/
nest-cam
/
10950009
/
arm-none-linux-gnueabi-i686-pc-linux-gnu
/
ef9d40752e7194db4ee9096a4a5034bce579d9a5
/
.
/
arm-2011.03
/
arm-none-linux-gnueabi
/
libc
/
usr
/
include
/
linux
/
times.h
blob: 87b62615cedd171df3ead022010bb28f46951c12 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_TIMES_H
#define
_LINUX_TIMES_H
#include
<linux/types.h>
struct
tms
{
__kernel_clock_t
tms_utime
;
__kernel_clock_t
tms_stime
;
__kernel_clock_t
tms_cutime
;
__kernel_clock_t
tms_cstime
;
};
#endif