Changeset 417aaafb in mainline for uspace/lib/virtio/virtio-pci.h
- Timestamp:
- 2018-06-25T21:37:48Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e3107e2
- Parents:
- ea6840d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/virtio/virtio-pci.h
rea6840d r417aaafb 36 36 #include <pci_dev_iface.h> 37 37 #include <ddi.h> 38 #include <fibril_synch.h> 38 39 39 40 #define VIRTIO_PCI_CAP_CAP_LEN(c) ((c) + 2) … … 131 132 size_t size; 132 133 134 /** Mutex protecting access to this virtqueue */ 135 fibril_mutex_t lock; 136 133 137 /** 134 138 * Size of the queue which determines the number of descriptors and
Note:
See TracChangeset
for help on using the changeset viewer.