Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
bfc3f0281e08066fa8111c3972cff6edc1049864
/
.
/
include
/
linux
/
cputime.h
blob: 2842ebe2844dc775e32976dff61bb9f72bfce44f [
file
] [
log
] [
blame
]
#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 */