| 299 | ****************************************************************************/ |
| 300 | |
| 301 | int noterpmsg_init(void) |
| 302 | { |
| 303 | return rpmsg_register_callback(&g_noterpmsg_driver, |
| 304 | noterpmsg_device_created, |
| 305 | noterpmsg_device_destroy, |
| 306 | NULL, |
| 307 | NULL); |
| 308 | } |
no test coverage detected