Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/common/src/include/
Dnsi_utils.h18 #define NSI_DO_CONCAT(x, y) x ## y macro
19 #define NSI_CONCAT(x, y) NSI_DO_CONCAT(x, y)