Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/include/hw/vfio/vfio.h
2023-03-06 14:48:14 +01: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