Home
last modified time | relevance | path

Searched refs:__concat_1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm64/boot/dts/apple/
H A Dmulti-die-cpp.h15 #define __concat_1(x, y...) x ## y macro
16 #define __concat(x, y...) __concat_1(x, y)