Searched refs:_VM_HELP_30 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/include/u-boot/ |
H A D | variadic-macro.h | 45 #define _VM_HELP_30(_call, x, ...) _call(x) _VM_HELP_29(_call, __VA_ARGS__) macro 46 #define _VM_HELP_31(_call, x, ...) _call(x) _VM_HELP_30(_call, __VA_ARGS__) 49 _VM_GET_NTH_ARG("", ##__VA_ARGS__, _VM_HELP_31, _VM_HELP_30, \
|