]> git.ipfire.org Git - thirdparty/qemu.git/blob - include/hw/vfio/vfio.h
vfio: fix adding memory listener to the right address space
[thirdparty/qemu.git] / 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