summaryrefslogtreecommitdiffstats
path: root/qemu/include/hw/vfio/vfio.h
blob: f27d599220b8a3f01cf96bb2a63886d501ca94bb (plain)
1
2
3
4
5
6
7
#ifndef VFIO_API_H
#define VFIO_API_H

bool vfio_eeh_as_ok(AddressSpace *as);
int vfio_eeh_as_op(AddressSpace *as, uint32_t op);

#endif