These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / include / hw / vfio / vfio.h
1 #ifndef VFIO_API_H
2 #define VFIO_API_H
3
4 bool vfio_eeh_as_ok(AddressSpace *as);
5 int vfio_eeh_as_op(AddressSpace *as, uint32_t op);
6
7 #endif