11#include <nrf_rpc_tr.h>
12#include <zephyr/kernel.h>
13#include <zephyr/device.h>
14#include <zephyr/sys/ring_buffer.h>
32#define NRF_RPC_UART_TRANSPORT(node_id) _CONCAT(nrf_rpc_tr_, DT_DEP_ORD(node_id))
38#define _NRF_RPC_UART_TRANSPORT_DECLARE(node_id) \
39 extern const struct nrf_rpc_tr NRF_RPC_UART_TRANSPORT(node_id);
DT_FOREACH_STATUS_OKAY(nordic_nrf_uarte, _NRF_RPC_UART_TRANSPORT_DECLARE)