summaryrefslogblamecommitdiff
path: root/include/linux/cputime.h
blob: 2842ebe2844dc775e32976dff61bb9f72bfce44f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                   
#ifndef __LINUX_CPUTIME_H
#define __LINUX_CPUTIME_H

#include <asm/cputime.h>

#ifndef nsecs_to_cputime
# define nsecs_to_cputime(__nsecs)	\
	usecs_to_cputime((__nsecs) / NSEC_PER_USEC)
#endif

#endif /* __LINUX_CPUTIME_H */