diff options
Diffstat (limited to 'qemu/include/hw/vfio/vfio.h')
-rw-r--r-- | qemu/include/hw/vfio/vfio.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu/include/hw/vfio/vfio.h b/qemu/include/hw/vfio/vfio.h new file mode 100644 index 000000000..0b26cd8e1 --- /dev/null +++ b/qemu/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 |