Changeset d4ceba0 in mainline
- Timestamp:
- 2019-01-14T17:53:26Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 623b2134
- Parents:
- 1c3c287
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/virtio/virtio.c
r1c3c287 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.