Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
b97f0291a2504291aef850077f98cab68a5a2f33
/
.
/
tools
/
lib
/
lockdep
/
uinclude
/
linux
/
stringify.h
blob: 05dfcd1ac118255b80825ce041198f1d44e288ab [
file
] [
log
] [
blame
]
#ifndef
_LIBLOCKDEP_LINUX_STRINGIFY_H_
#define
_LIBLOCKDEP_LINUX_STRINGIFY_H_
#define
__stringify_1
(
x
...)
#x
#define
__stringify
(
x
...)
__stringify_1
(
x
)
#endif