aboutsummaryrefslogtreecommitdiffstats
path: root/tools/virtio/linux/virtio_config.h
blob: 5049967f99f7d2becb208844d07f6f5a49a9f681 (plain) (blame)
1
2
3
4
5
6
#define VIRTIO_TRANSPORT_F_START	28
#define VIRTIO_TRANSPORT_F_END		32

#define virtio_has_feature(dev, feature) \
	test_bit((feature), (dev)->features)