Changeset 331d024 in mainline for uspace/lib/virtio/virtio-pci.h


Ignore:
Timestamp:
2018-06-28T18:57:36Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1e472ee
Parents:
96c30c8
Message:

Move desc free list functions to libvirtio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/virtio/virtio-pci.h

    r96c30c8 r331d024  
    186186    uint16_t);
    187187
     188extern void virtio_create_desc_free_list(virtio_dev_t *, uint16_t, uint16_t,
     189    uint16_t *);
     190extern uint16_t virtio_alloc_desc(virtio_dev_t *, uint16_t, uint16_t *);
     191extern void virtio_free_desc(virtio_dev_t *, uint16_t, uint16_t *, uint16_t);
     192
    188193extern void virtio_virtq_produce_available(virtio_dev_t *, uint16_t, uint16_t);
    189194extern bool virtio_virtq_consume_used(virtio_dev_t *, uint16_t, uint16_t *,
Note: See TracChangeset for help on using the changeset viewer.