Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
70543c300902b35b6f8cfafa8fff857bd84e351f
/
.
/
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