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


Ignore:
Timestamp:
2018-05-22T19:06:50Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d6f73b92
Parents:
9e9ced0
git-author:
Jakub Jermar <jakub@…> (2018-04-22 12:16:08)
git-committer:
Jakub Jermar <jakub@…> (2018-05-22 19:06:50)
Message:

Factor our resource management, add cleanup

File:
1 edited

Legend:

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

    r9e9ced0 rd6c0016  
    7373                bool mapped;
    7474                void *mapped_base;
     75                size_t mapped_size;
    7576        } bar[PCI_BAR_COUNT];
    7677
Note: See TracChangeset for help on using the changeset viewer.