Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.10-rc6 6 lines 154 B view raw
1#define VIRTIO_TRANSPORT_F_START 28 2#define VIRTIO_TRANSPORT_F_END 32 3 4#define virtio_has_feature(dev, feature) \ 5 test_bit((feature), (dev)->features) 6