cf7087db10
This is done in preparation for the addition of VFIO platform device support. Signed-off-by: Kim Phillips <kim.phillips@linaro.org> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
10 lines
197 B
C
10 lines
197 B
C
#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
|