H A D | ops.c | 327 #define RX_HANDLER_GRP_NO_SIZE(_grp, _cmd, _fn, _context) \ 328 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, .context = _context, } 332 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ 333 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, \ 308 RX_HANDLER_GRP_NO_SIZE(_grp,_cmd,_fn,_context) global() argument 313 RX_HANDLER_GRP(_grp,_cmd,_fn,_context,_struct) global() argument
|