Changeset 35353 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- Dec 27, 2010 5:25:52 PM (14 years ago)
- Location:
- trunk/src/VBox/Devices/Serial
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DevSerial.cpp
r35346 r35353 55 55 #include <iprt/critsect.h> 56 56 57 #include " ../Builtins.h"57 #include "VBoxDD.h" 58 58 59 59 #undef VBOX_SERIAL_PCI /* The PCI variant has lots of problems: wrong IRQ line and wrong IO base assigned. */ -
trunk/src/VBox/Devices/Serial/DrvChar.cpp
r35346 r35353 34 34 #include <iprt/uuid.h> 35 35 36 #include " Builtins.h"36 #include "VBoxDD.h" 37 37 38 38 -
trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp
r35346 r35353 69 69 #endif 70 70 71 #include " ../Builtins.h"71 #include "VBoxDD.h" 72 72 73 73 -
trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp
r35346 r35353 30 30 #include <iprt/uuid.h> 31 31 32 #include " Builtins.h"32 #include "VBoxDD.h" 33 33 34 34 #ifdef RT_OS_WINDOWS -
trunk/src/VBox/Devices/Serial/DrvRawFile.cpp
r35346 r35353 30 30 #include <iprt/uuid.h> 31 31 32 #include " Builtins.h"32 #include "VBoxDD.h" 33 33 34 34
Note:
See TracChangeset
for help on using the changeset viewer.