cputime.h 293 B

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