aboutsummaryrefslogtreecommitdiffstats
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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/hw/vfio/vfio.h b/include/hw/vfio/vfio.h
new file mode 100644
index 000000000..86248f543
--- /dev/null
+++ b/include/hw/vfio/vfio.h
@@ -0,0 +1,7 @@
+#ifndef HW_VFIO_H
+#define HW_VFIO_H
+
+bool vfio_eeh_as_ok(AddressSpace *as);
+int vfio_eeh_as_op(AddressSpace *as, uint32_t op);
+
+#endif