| 25 | |
| 26 | |
| 27 | void |
| 28 | virtio_read_dev_config(struct virtio_hw *hw, size_t offset, |
| 29 | void *dst, int length) |
| 30 | { |
| 31 | VIRTIO_OPS(hw)->read_dev_cfg(hw, offset, dst, length); |
| 32 | } |
| 33 | |
| 34 | void |
| 35 | virtio_write_dev_config(struct virtio_hw *hw, size_t offset, |
no outgoing calls
no test coverage detected