diff options
Diffstat (limited to 'include/hw/remote/vfio-user-obj.h')
-rw-r--r-- | include/hw/remote/vfio-user-obj.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/hw/remote/vfio-user-obj.h b/include/hw/remote/vfio-user-obj.h new file mode 100644 index 0000000000..87ab78b875 --- /dev/null +++ b/include/hw/remote/vfio-user-obj.h @@ -0,0 +1,6 @@ +#ifndef VFIO_USER_OBJ_H +#define VFIO_USER_OBJ_H + +void vfu_object_set_bus_irq(PCIBus *pci_bus); + +#endif |