Changeset b085bbaa in mainline for uspace/drv/nic/virtio-net/virtio-net.h
- Timestamp:
- 2018-05-24T18:43:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 211b17a1
- Parents:
- cede6f8
- git-author:
- Jakub Jermar <jakub@…> (2018-05-24 18:43:19)
- git-committer:
- Jakub Jermar <jakub@…> (2018-05-24 18:43:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/virtio-net/virtio-net.h
rcede6f8 rb085bbaa 57 57 void *ct_buf[CT_BUFFERS]; 58 58 uintptr_t ct_buf_p[CT_BUFFERS]; 59 60 uint16_t tx_free_head; 61 uint16_t ct_free_head; 59 62 } virtio_net_t; 60 63
Note:
See TracChangeset
for help on using the changeset viewer.