Changeset 35346 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- Location:
- trunk/src/VBox/Devices/Serial
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DevSerial.cpp
r33540 r35346 48 48 *******************************************************************************/ 49 49 #define LOG_GROUP LOG_GROUP_DEV_SERIAL 50 #include <VBox/ pdmdev.h>50 #include <VBox/vmm/pdmdev.h> 51 51 #include <iprt/assert.h> 52 52 #include <iprt/uuid.h> -
trunk/src/VBox/Devices/Serial/DrvChar.cpp
r33540 r35346 27 27 *******************************************************************************/ 28 28 #define LOG_GROUP LOG_GROUP_DRV_CHAR 29 #include <VBox/ pdmdrv.h>29 #include <VBox/vmm/pdmdrv.h> 30 30 #include <iprt/asm.h> 31 31 #include <iprt/assert.h> -
trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp
r34215 r35346 22 22 *******************************************************************************/ 23 23 #define LOG_GROUP LOG_GROUP_DRV_HOST_SERIAL 24 #include <VBox/ pdm.h>24 #include <VBox/vmm/pdm.h> 25 25 #include <VBox/err.h> 26 26 … … 933 933 { 934 934 unsigned int statusLines; 935 935 936 936 /* 937 937 * Get the status line state. -
trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp
r33540 r35346 21 21 *******************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DRV_NAMEDPIPE 23 #include <VBox/ pdmdrv.h>23 #include <VBox/vmm/pdmdrv.h> 24 24 #include <iprt/assert.h> 25 25 #include <iprt/file.h> -
trunk/src/VBox/Devices/Serial/DrvRawFile.cpp
r28800 r35346 21 21 *******************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DEFAULT 23 #include <VBox/ pdmdrv.h>23 #include <VBox/vmm/pdmdrv.h> 24 24 #include <iprt/assert.h> 25 25 #include <iprt/file.h>
Note:
See TracChangeset
for help on using the changeset viewer.