Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dofw.h96 #define RT_OFW_SYMBOL(_class, _level) \ argument
97 rt_section(".rt_ofw_data." #_class "." #_level)
99 #define RT_OFW_SYMBOL_TYPE_RANGE(_class, _type, _start, _end) \ argument
100 static const rt_used RT_OFW_SYMBOL(_class, 0) _type _start; \
101 static const rt_used RT_OFW_SYMBOL(_class, end) _type _end; \
103 #define RT_OFW_STUB_EXPORT(_name, _ids, _class, _handler, ...) \ argument
105 rt_used RT_OFW_SYMBOL(_class, __VA_ARGS__ _) = \
111 #define RT_OFW_STUB_RANGE_EXPORT(_class, _start, _end) \ argument
112 RT_OFW_SYMBOL_TYPE_RANGE(_class, struct rt_ofw_stub, _start = {}, _end = {})

Completed in 4 milliseconds