Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/virtio/virtio.c

    r8591b31 rd4ceba0  
    5050 *                     buffers.
    5151 *
    52  * The buffers can be deallocated by virtio_net_teardown_bufs().
     52 * The buffers can be deallocated by virtio_teardown_dma_bufs().
    5353 *
    5454 * @return  EOK on success or error code.
     
    8383 *
    8484 * @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().
    8686 */
    8787extern void virtio_teardown_dma_bufs(void *buf[])
Note: See TracChangeset for help on using the changeset viewer.