summaryrefslogtreecommitdiff
path: root/include/hw/vfio/vfio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/vfio/vfio.h')
-rw-r--r--include/hw/vfio/vfio.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/hw/vfio/vfio.h b/include/hw/vfio/vfio.h
new file mode 100644
index 0000000000..0b26cd8e11
--- /dev/null
+++ b/include/hw/vfio/vfio.h
@@ -0,0 +1,9 @@
+#ifndef VFIO_API_H
+#define VFIO_API_H
+
+#include "qemu/typedefs.h"
+
+extern int vfio_container_ioctl(AddressSpace *as, int32_t groupid,
+ int req, void *param);
+
+#endif