android_kernel_samsung_hero.../tools/virtio/linux/virtio_config.h
2016-08-17 16:41:52 +08: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)