Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dfirmware.h31 #define __fw_concat1(x, y) x##y macro
32 #define __fw_concat(x, y) __fw_concat1(x, y)