| 122 | ****************************************************************************/ |
| 123 | |
| 124 | int noterpmsg_server_init(void) |
| 125 | { |
| 126 | return rpmsg_register_callback(NULL, |
| 127 | NULL, |
| 128 | NULL, |
| 129 | noterpmsg_ns_match, |
| 130 | noterpmsg_ns_bind); |
| 131 | } |
no test coverage detected