summaryrefslogblamecommitdiffstats
path: root/include/uapi/linux/times.h
blob: 87b62615cedd171df3ead022010bb28f46951c12 (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                        



                                    


      
#ifndef _LINUX_TIMES_H
#define _LINUX_TIMES_H

#include <linux/types.h>

struct tms {
	__kernel_clock_t tms_utime;
	__kernel_clock_t tms_stime;
	__kernel_clock_t tms_cutime;
	__kernel_clock_t tms_cstime;
};

#endif