historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/include/hw/vfio/vfio.h
2024-01-16 11:20:27 -06:00

7 lines
135 B
C

#ifndef HW_VFIO_H
#define HW_VFIO_H
bool vfio_eeh_as_ok(AddressSpace *as);
int vfio_eeh_as_op(AddressSpace *as, uint32_t op);
#endif