https://github.com/torvalds/linux
Raw File
Tip revision: 07961ac7c0ee8b546658717034fe692fd12eefa9 authored by Linus Torvalds on 31 March 2013, 22:12:43 UTC
Linux 3.9-rc5
Tip revision: 07961ac
cputime.h
#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
back to top