target-i386: exception handling for memory helpers
[qemu/ar7.git] / include / hw / vfio / vfio.h
blob0b26cd8e11b37e01da72af989c7de5f64755de8d
1 #ifndef VFIO_API_H
2 #define VFIO_API_H
4 #include "qemu/typedefs.h"
6 extern int vfio_container_ioctl(AddressSpace *as, int32_t groupid,
7 int req, void *param);
9 #endif