Changes in uspace/lib/virtio/virtio.c [8591b31:d4ceba0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/virtio/virtio.c
r8591b31 rd4ceba0 50 50 * buffers. 51 51 * 52 * The buffers can be deallocated by virtio_ net_teardown_bufs().52 * The buffers can be deallocated by virtio_teardown_dma_bufs(). 53 53 * 54 54 * @return EOK on success or error code. … … 83 83 * 84 84 * @param buf[in] Array holding the virtual addresses of the DMA buffers 85 * previously allocated by virtio_ net_setup_bufs().85 * previously allocated by virtio_setup_dma_bufs(). 86 86 */ 87 87 extern void virtio_teardown_dma_bufs(void *buf[])
Note:
See TracChangeset
for help on using the changeset viewer.