1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix missing include on older systems

This commit is contained in:
Steffen Vogel 2019-01-30 10:47:41 +01:00
parent 12a50bc4d9
commit 0fe20489c7

View file

@ -21,6 +21,10 @@
#define VFIO_PATH "/dev/vfio/"
#define VFIO_DEV VFIO_PATH "vfio"
#ifndef VFIO_NOIOMMU_IOMMU
#define VFIO_NOIOMMU_IOMMU 8
#endif
/* Forward declarations */
struct pci_device;