This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
linux-kernelorg-stable
mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux.git
Watch
1
Star
0
Fork
You've already forked linux-kernelorg-stable
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8641661cb7
linux-kernelorg-stable
/
tools
/
virtio
/
linux
/
vringh.h
3 lines
63 B
C
Raw
Normal View
History
Unescape
Escape
tools/virtio: fix build Fix the build caused by the following changes: - phys_addr_t is now defined in tools/include/linux/types.h - dev_warn_once() is used in drivers/virtio/virtio_ring.c - linux/uio.h included by vringh.h use INT_MAX defined in limits.h Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Message-Id: <20220705072249.7867-1-sgarzare@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Eugenio Pérez <eperezma@redhat.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Acked-by: Jason Wang <jasowang@redhat.com>
2022-07-05 07:22:49 +00:00
#
include
<limits.h>
tools/virtio: separate headers more. This makes them a bit more like the kernel headers, so we can include more real kernel headers in our tests. In addition this means that we don't break tools/virtio with the next patch. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2013-03-18 02:52:19 +00:00
#
include
"../../../include/linux/vringh.h"