- Timestamp:
- Sep 18, 2008 11:22:08 AM (16 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Builtins.cpp
r12325 r12559 266 266 if (VBOX_FAILURE(rc)) 267 267 return rc; 268 269 rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvSCSIHost); 270 if (VBOX_FAILURE(rc)) 271 return rc; 268 272 #endif 269 273 -
trunk/src/VBox/Devices/Builtins.h
r11502 r12559 102 102 #ifdef VBOX_WITH_BUSLOGIC 103 103 extern const PDMDRVREG g_DrvSCSI; 104 extern const PDMDRVREG g_DrvSCSIHost; 104 105 #endif 105 106
Note:
See TracChangeset
for help on using the changeset viewer.