1
0
Fork 0
alistair23-linux/tools/virtio/linux/virtio_config.h

7 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)