Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l2cap...
[cascardo/linux.git] / tools / virtio / linux / virtio_config.h
1 #define VIRTIO_TRANSPORT_F_START        28
2 #define VIRTIO_TRANSPORT_F_END          32
3
4 #define virtio_has_feature(dev, feature) \
5         (__virtio_test_bit((dev), feature))
6