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