genode/repos/os/include/virtio
Stefan Kalkowski adc594a7e6 os: remove conversion warnings/errors from virtio
The read_config and write_config functions in the generic virtio
headers used by all drivers lead to compiler warnings resp. errors
if effective-c++ switch is enabled. Moreover, the functions require
to define the access width as parameter. We can better turn them
into template functions using the value type to read resp. write to
derive the access width.

Ref genodelabs/genode#4344
2023-02-27 08:22:49 +01:00
..
mmio_device.h os: remove conversion warnings/errors from virtio 2023-02-27 08:22:49 +01:00
pci_device.h os: remove conversion warnings/errors from virtio 2023-02-27 08:22:49 +01:00
queue.h os: remove conversion warnings/errors from virtio 2023-02-27 08:22:49 +01:00