2005-04-17 06:20:36 +08:00
|
|
|
#ifndef _ASM_GENERIC_CPUTIME_H
|
|
|
|
#define _ASM_GENERIC_CPUTIME_H
|
|
|
|
|
|
|
|
#include <linux/time.h>
|
|
|
|
#include <linux/jiffies.h>
|
|
|
|
|
2012-07-25 13:56:04 +08:00
|
|
|
#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
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#endif
|