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:
parent
12a50bc4d9
commit
0fe20489c7
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue