mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-19 16:02:36 +02:00
15 lines
293 B
C
15 lines
293 B
C
#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
|