| 1019 | ****************************************************************************/ |
| 1020 | |
| 1021 | static void rpmsgdev_ns_bound(FAR struct rpmsg_endpoint *ept) |
| 1022 | { |
| 1023 | FAR struct rpmsgdev_s *priv = ept->priv; |
| 1024 | |
| 1025 | rpmsg_post(&priv->ept, &priv->wait); |
| 1026 | } |
| 1027 | |
| 1028 | /**************************************************************************** |
| 1029 | * Name: rpmsgdev_device_created |
nothing calls this directly
no test coverage detected