Changeset 73713 in vbox for trunk/src/VBox
- Timestamp:
- Aug 16, 2018 1:37:24 PM (6 years ago)
- Location:
- trunk/src/VBox/Devices/Serial
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvCharNew.cpp
r73712 r73713 77 77 /** Current position into the read buffer. */ 78 78 uint8_t *pbBuf; 79 80 #if HC_ARCH_BITS == 3281 /** Alignment. */82 uint32_t u32Alignment0;83 #endif84 79 85 80 /** Read/write statistics */ -
trunk/src/VBox/Devices/Serial/UartCore.cpp
r73712 r73713 340 340 * Returns the amount of bytes stored in the given FIFO. 341 341 * 342 * @ret rusnAmount of bytes stored in the FIFO.342 * @returns Amount of bytes stored in the FIFO. 343 343 * @param pFifo The FIFO. 344 344 */
Note:
See TracChangeset
for help on using the changeset viewer.