Sign in
gem5
/
arm
/
linux-arm64-legacy
/
652c1a05171695d21b84dd3a723606b50eeb80fd
/
.
/
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