| 1245 | } |
| 1246 | |
| 1247 | rt_err_t rt_channel_reply(int fd, rt_channel_msg_t data) |
| 1248 | { |
| 1249 | return lwp_channel_reply(FDT_TYPE_KERNEL, fd, data); |
| 1250 | } |
| 1251 | |
| 1252 | rt_err_t rt_channel_recv_timeout(int fd, rt_channel_msg_t data, rt_int32_t time) |
| 1253 | { |
nothing calls this directly
no test coverage detected