Changeset 35346 in vbox for trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
r34452 r35346 21 21 //#define DEBUG 22 22 #define LOG_GROUP LOG_GROUP_DRV_SCSI 23 #include <VBox/ pdmdrv.h>24 #include <VBox/ pdmifs.h>25 #include <VBox/ pdmthread.h>23 #include <VBox/vmm/pdmdrv.h> 24 #include <VBox/vmm/pdmifs.h> 25 #include <VBox/vmm/pdmthread.h> 26 26 #include <VBox/vscsi.h> 27 27 #include <VBox/scsi.h>
Note:
See TracChangeset
for help on using the changeset viewer.