added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / include / linux / times.h
blob87b62615cedd171df3ead022010bb28f46951c12
1 #ifndef _LINUX_TIMES_H
2 #define _LINUX_TIMES_H
4 #include <linux/types.h>
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;
13 #endif