| 451 | ****************************************************************************/ |
| 452 | |
| 453 | int rpmsgmtd_server_init(void) |
| 454 | { |
| 455 | return rpmsg_register_callback(NULL, |
| 456 | NULL, |
| 457 | NULL, |
| 458 | rpmsgmtd_ns_match, |
| 459 | rpmsgmtd_ns_bind); |
| 460 | } |
no test coverage detected