projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'edac_fixes_for_3.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
[platform/adaptation/renesas_rcar/renesas_kernel.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
test_bit((feature), (dev)->features)
6