aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib/lockdep/uinclude/linux/stringify.h
blob: 05dfcd1ac118255b80825ce041198f1d44e288ab (plain) (blame)
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