|
OpenAMP Library
|
#include <rpmsg_virtio.h>
Data Fields | |
| uint32_t | h2r_buf_size |
| uint32_t | r2h_buf_size |
| bool | split_shpool |
struct rpmsg_virtio_config - configuration of rpmsg device based on virtio
This structure is used by the rpmsg virtio host to configure the virtiio layer.
@h2r_buf_size: the size of the buffer used to send data from host to remote @r2h_buf_size: the size of the buffer used to send data from remote to host @split_shpool: the flag that splitting share memory pool to TX and RX
| uint32_t rpmsg_virtio_config::h2r_buf_size |
| uint32_t rpmsg_virtio_config::r2h_buf_size |
| bool rpmsg_virtio_config::split_shpool |