Releasing debian version 4.05+dfsg-6+deb7u2.
[syslinux-debian/hramrach.git] / com32 / include / sys / times.h
blob90470063dc18150a5b3fcf863d1756241a1c6680
1 /*
2 * sys/times.h
3 */
5 #ifndef _SYS_TIMES_H
6 #define _SYS_TIMES_H
8 #include <stdint.h>
10 struct tms {
11 /* Empty */
14 #define HZ 1000
15 #define CLK_TCK HZ
17 typedef uint32_t clock_t;
19 clock_t times(struct tms *);
21 #endif /* _SYS_TIMES_H */