summaryrefslogtreecommitdiff
path: root/include/asm-generic/cputime.h
blob: 8a624b454ba34018f14ef1d0ada66015d24b948a (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _ASM_GENERIC_CPUTIME_H
#define _ASM_GENERIC_CPUTIME_H

#include <linux/time.h>
#include <linux/jiffies.h>

#ifdef CONFIG_VIRT_CPU_ACCOUNTING_GEN
# include <asm-generic/cputime_nsecs.h>
#endif

#endif