android_kernel_samsung_on5x.../tools/virtio/linux/virtio_config.h
2018-06-19 23:16:04 +02:00

6 lines
154 B
C

#define VIRTIO_TRANSPORT_F_START 28
#define VIRTIO_TRANSPORT_F_END 32
#define virtio_has_feature(dev, feature) \
test_bit((feature), (dev)->features)