Searched refs:_type (Results 1 – 2 of 2) sorted by relevance
45 #define RT_FDT_EARLYCON_EXPORT(_name, _type, _compatible, _setup) \ argument50 .type = _type, \
99 #define RT_OFW_SYMBOL_TYPE_RANGE(_class, _type, _start, _end) \ argument100 static const rt_used RT_OFW_SYMBOL(_class, 0) _type _start; \101 static const rt_used RT_OFW_SYMBOL(_class, end) _type _end; \
Completed in 4 milliseconds