Changeset 38299 in vbox for trunk/src/VBox/HostDrivers/VBoxPci
- Timestamp:
- Aug 3, 2011 11:35:54 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
r37868 r38299 36 36 #include <linux/dmar.h> 37 37 #include <linux/intel-iommu.h> 38 #include <asm/amd_iommu.h> 38 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 1, 0) 39 # include <asm/amd_iommu.h> 40 #else 41 # include <linux/amd-iommu.h> 42 #endif 39 43 #endif 40 44
Note:
See TracChangeset
for help on using the changeset viewer.