Blame view

kernel/linux-rt-4.4.41/tools/lib/lockdep/uinclude/linux/stringify.h 161 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
  #ifndef _LIBLOCKDEP_LINUX_STRINGIFY_H_
  #define _LIBLOCKDEP_LINUX_STRINGIFY_H_
  
  #define __stringify_1(x...)	#x
  #define __stringify(x...)	__stringify_1(x)
  
  #endif