aboutsummaryrefslogtreecommitdiffstats
path: root/tools/virtio/linux/virtio_config.h
blob: 83b27e8e9d72699552c0d8271f5771df050b7343 (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) \
	(__virtio_test_bit((dev), feature))