Add qemu 2.4.0
[kvmfornfv.git] / qemu / include / hw / vfio / vfio.h
1 #ifndef VFIO_API_H
2 #define VFIO_API_H
3
4 #include "qemu/typedefs.h"
5
6 extern int vfio_container_ioctl(AddressSpace *as, int32_t groupid,
7                                 int req, void *param);
8
9 #endif