Merge tag 'v3.10-rc1' into stable/for-linus-3.10
[linux-2.6-microblaze.git] / tools / virtio / linux / virtio_config.h
1 #define VIRTIO_TRANSPORT_F_START        28
2 #define VIRTIO_TRANSPORT_F_END          32
3
4 #define virtio_has_feature(dev, feature) \
5         test_bit((feature), (dev)->features)
6