GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / arm-brcm-linux-uclibcgnueabi / sysroot / usr / 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