Changeset 73136 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- Jul 15, 2018 4:56:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/UartCore.h
r73135 r73136 202 202 * @returns VBox status code. 203 203 * @param pThis The UART core instance to initialize. 204 * @param pDevInsR3 The R3 device instance pointer. 204 205 * @param enmType The type of UART emulated. 205 206 * @param iLUN The LUN the UART should look for attached drivers. … … 234 235 * @returns VBox status code. 235 236 * @param pThis The UART core instance. 237 * @param iLUN The LUN being attached. 236 238 */ 237 239 DECLHIDDEN(int) uartR3Attach(PUARTCORE pThis, unsigned iLUN);
Note:
See TracChangeset
for help on using the changeset viewer.