Changeset 86136 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- Sep 16, 2020 3:56:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp
r86135 r86136 40 40 41 41 #include <linux/version.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 42 #include <linux/nvme_ioctl.h> 47 43 #include <scsi/scsi.h> 48 44
Note:
See TracChangeset
for help on using the changeset viewer.