Sign in
coral
/
linux-mtk
/
f0c3b5093addc8bfe9fe3a5b01acb7ec7969eafa
/
.
/
tools
/
virtio
/
linux
/
virtio_config.h
blob: 5049967f99f7d2becb208844d07f6f5a49a9f681 [
file
]
#define
VIRTIO_TRANSPORT_F_START
28
#define
VIRTIO_TRANSPORT_F_END
32
#define
virtio_has_feature
(
dev
,
feature
)
\
test_bit
((
feature
),
(
dev
)->
features
)