repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sched: Fix yield_to kernel-doc
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
linux
/
times.h
blob
87b62615cedd171df3ead022010bb28f46951c12
1
#ifndef _LINUX_TIMES_H
2
#define _LINUX_TIMES_H
3
4
#include <linux/types.h>
5
6
struct
tms
{
7
__kernel_clock_t tms_utime
;
8
__kernel_clock_t tms_stime
;
9
__kernel_clock_t tms_cutime
;
10
__kernel_clock_t tms_cstime
;
11
};
12
13
#endif