hw/arm/virt: introduce DEFINE_VIRT_MACHINE
[qemu/ar7.git] / include / hw / vfio / vfio.h
blobf27d599220b8a3f01cf96bb2a63886d501ca94bb
1 #ifndef VFIO_API_H
2 #define VFIO_API_H
4 bool vfio_eeh_as_ok(AddressSpace *as);
5 int vfio_eeh_as_op(AddressSpace *as, uint32_t op);
7 #endif