Sign in
gfiber
/
kernel
/
lockdown
/
997266390659fb562bd4cad3cfba9b816585e628
/
.
/
tools
/
virtio
/
linux
/
virtio_config.h
blob: 5049967f99f7d2becb208844d07f6f5a49a9f681 [
file
] [
log
] [
blame
]
#define
VIRTIO_TRANSPORT_F_START
28
#define
VIRTIO_TRANSPORT_F_END
32
#define
virtio_has_feature
(
dev
,
feature
)
\
test_bit
((
feature
),
(
dev
)->
features
)