mirror of
https://github.com/xenia-project/linux.git
synced 2026-01-31 01:35:30 +01:00
This lets the transport do endian conversion if necessary, and insulates the drivers from the difference. Most drivers can use the simple helpers virtio_cread() and virtio_cwrite(). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>