Changeset 25971 in vbox for trunk/src/VBox/Devices/Parallel
- Timestamp:
- Jan 22, 2010 12:54:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp
r25966 r25971 100 100 /* -=-=-=-=- IHostDeviceConnector -=-=-=-=- */ 101 101 102 /** @copydoc PDMICHAR ::pfnWrite */102 /** @copydoc PDMICHARCONNECTOR::pfnWrite */ 103 103 static DECLCALLBACK(int) drvHostParallelWrite(PPDMIHOSTPARALLELCONNECTOR pInterface, const void *pvBuf, size_t *cbWrite) 104 104 {
Note:
See TracChangeset
for help on using the changeset viewer.