Changes in uspace/lib/virtio/virtio.c [d4ceba0:8591b31] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/virtio/virtio.c
rd4ceba0 r8591b31 50 50 * buffers. 51 51 * 52 * The buffers can be deallocated by virtio_ teardown_dma_bufs().52 * The buffers can be deallocated by virtio_net_teardown_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_ setup_dma_bufs().85 * previously allocated by virtio_net_setup_bufs(). 86 86 */ 87 87 extern void virtio_teardown_dma_bufs(void *buf[])
Note:
See TracChangeset
for help on using the changeset viewer.