Blame view

kernel/linux-imx6_3.14.28/include/asm-generic/cputime.h 293 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  #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