Sign in
gem5
/
arm
/
linux-arm64-legacy
/
8d42fda9ea9820d271a40f0bf7ed436647f2ddb9
/
.
/
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
)