Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfirmware.h32 #define __fw_concat1(x, y) x##y macro
33 #define __fw_concat(x, y) __fw_concat1(x, y)