Changes in uspace/drv/nic/virtio-net/virtio-net.h [a1f173d:e3107e2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/virtio-net/virtio-net.h
ra1f173d re3107e2 55 55 uint16_t csum_start; 56 56 uint16_t csum_offset; 57 58 // XXX: QEMU uses the legacy layout for some reason 59 #if 0 57 60 uint16_t num_buffers; 61 #endif 58 62 } virtio_net_hdr_t; 59 63
Note:
See TracChangeset
for help on using the changeset viewer.