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


Ignore:
Timestamp:
2018-06-10T19:30:53Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe96085
Parents:
121ee4fd
Message:

Let pio_enable_resource return physical address

File:
1 edited

Legend:

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

    r121ee4fd r848e880f  
    152152        struct {
    153153                bool mapped;
     154                uintptr_t phys_base;
    154155                void *mapped_base;
    155156                size_t mapped_size;
Note: See TracChangeset for help on using the changeset viewer.