You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
293 B
15 lines
293 B
#ifndef _ASM_GENERIC_CPUTIME_H
|
|
#define _ASM_GENERIC_CPUTIME_H
|
|
|
|
#include <linux/time.h>
|
|
#include <linux/jiffies.h>
|
|
|
|
#ifndef CONFIG_VIRT_CPU_ACCOUNTING
|
|
# include <asm-generic/cputime_jiffies.h>
|
|
#endif
|
|
|
|
#ifdef CONFIG_VIRT_CPU_ACCOUNTING_GEN
|
|
# include <asm-generic/cputime_nsecs.h>
|
|
#endif
|
|
|
|
#endif
|
|
|