summaryrefslogtreecommitdiffstats
path: root/qemu/include/hw/vfio/vfio.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/hw/vfio/vfio.h')
-rw-r--r--qemu/include/hw/vfio/vfio.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/qemu/include/hw/vfio/vfio.h b/qemu/include/hw/vfio/vfio.h
deleted file mode 100644
index f27d59922..000000000
--- a/qemu/include/hw/vfio/vfio.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef VFIO_API_H
-#define VFIO_API_H
-
-bool vfio_eeh_as_ok(AddressSpace *as);
-int vfio_eeh_as_op(AddressSpace *as, uint32_t op);
-
-#endif