cputime.h 208 B

1234567891011
  1. #ifndef _ASM_GENERIC_CPUTIME_H
  2. #define _ASM_GENERIC_CPUTIME_H
  3. #include <linux/time.h>
  4. #include <linux/jiffies.h>
  5. #ifdef CONFIG_VIRT_CPU_ACCOUNTING_GEN
  6. # include <asm-generic/cputime_nsecs.h>
  7. #endif
  8. #endif