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


Ignore:
Timestamp:
2019-02-05T20:25:14Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1f173d
Parents:
d066259
git-author:
Jakub Jermar <jakub@…> (2019-02-05 20:12:07)
git-committer:
Jakub Jermar <jakub@…> (2019-02-05 20:25:14)
Message:

Accept VIRTIO_F_VERSION_1

File:
1 edited

Legend:

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

    rd066259 rd80fa05  
    6060
    6161#define VIRTIO_FEATURES_0_31    0
     62#define VIRTIO_FEATURES_32_63   1
     63
     64#define VIRTIO_F_VERSION_1      1
    6265
    6366/** Common configuration structure layout according to VIRTIO version 1.0 */
Note: See TracChangeset for help on using the changeset viewer.