]> Git Repo - linux.git/blob - tools/virtio/linux/virtio_config.h
ARM: Kirkwood: Add support for many Synology NAS devices
[linux.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
This page took 0.032543 seconds and 4 git commands to generate.