thinkpad-acpi: name event constants
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / 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