summaryrefslogtreecommitdiffstats
path: root/include/xen/interface/io/ring.h
diff options
context:
space:
mode:
authorStefano Stabellini <sstabellini@kernel.org>2017-07-05 13:08:30 -0700
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>2017-08-31 09:45:55 -0400
commit75e3ea5ba7d7a6c171c62c710990f2a5fb07e19a (patch)
treed743a951fe1fa07b1613715294ede13ed8a272de /include/xen/interface/io/ring.h
parentef954844c7ace62f773f4f23e28d2d915adc419f (diff)
downloadlinux-stable-75e3ea5ba7d7a6c171c62c710990f2a5fb07e19a.tar.gz
linux-stable-75e3ea5ba7d7a6c171c62c710990f2a5fb07e19a.tar.bz2
linux-stable-75e3ea5ba7d7a6c171c62c710990f2a5fb07e19a.zip
xen: introduce the pvcalls interface header
Introduce the C header file which defines the PV Calls interface. It is imported from xen/include/public/io/pvcalls.h. Signed-off-by: Stefano Stabellini <stefano@aporeto.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Reviewed-by: Juergen Gross <jgross@suse.com> CC: konrad.wilk@oracle.com CC: boris.ostrovsky@oracle.com CC: jgross@suse.com Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'include/xen/interface/io/ring.h')
-rw-r--r--include/xen/interface/io/ring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xen/interface/io/ring.h b/include/xen/interface/io/ring.h
index c79456855539..e547088ceb0e 100644
--- a/include/xen/interface/io/ring.h
+++ b/include/xen/interface/io/ring.h
@@ -9,6 +9,8 @@
#ifndef __XEN_PUBLIC_IO_RING_H__
#define __XEN_PUBLIC_IO_RING_H__
+#include <xen/interface/grant_table.h>
+
typedef unsigned int RING_IDX;
/* Round a 32-bit unsigned constant down to the nearest power of two. */