X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Finclude%2Fhw%2Fvfio%2Fvfio.h;fp=qemu%2Finclude%2Fhw%2Fvfio%2Fvfio.h;h=0b26cd8e11b37e01da72af989c7de5f64755de8d;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git 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