Changeset 86137 in vbox for trunk/src/VBox
- Timestamp:
- Sep 16, 2020 4:14:09 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp
r86136 r86137 40 40 41 41 #include <linux/version.h> 42 #include <linux/nvme_ioctl.h> 42 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4,4,0) 43 # include <linux/nvme_ioctl.h> 44 #else 45 # include <linux/nvme.h> 46 #endif 43 47 #include <scsi/scsi.h> 44 48
Note:
See TracChangeset
for help on using the changeset viewer.