Sign in
gem5
/
arm
/
linux-arm64-legacy
/
70834d3070c3f3015ab5c05176d54bd4a0100546
/
.
/
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