Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dimagetool.h257 #define ___cat(a, b) a ## b macro
258 #define __cat(a, b) ___cat(a, b)