···66partitions on asymmetric multiprocessing platforms. This library wraps the
77`/dev/rpmsg_ctrl*` and `/dev/rpmsg*` character devices, encoding the
88`rpmsg_endpoint_info` struct via Wire codecs instead of manual C struct packing.
99-It is used for communication between SpaceOS (Linux) and co-processor
1010-partitions via virtio vrings on Jailhouse, Xen, and Zynq UltraScale+
1111-platforms.
99+It is used for communication between the Linux host and co-processor partitions
1010+via virtio vrings on Jailhouse, Xen, and Zynq UltraScale+ platforms.
12111312Endpoint IO is built on Eio flows, so it integrates directly with the Eio
1413event loop.