Changeset 12508 in vbox for trunk/include
- Timestamp:
- Sep 16, 2008 4:52:11 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 36646
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r12476 r12508 643 643 * @thread Any thread. 644 644 */ 645 DECLR3CALLBACKMEMBER(int, pfnSendCmd,(PPDMIBLOCK pInterface, const uint8_t *pbCmd, PDMBLOCKTXDIR enmTxDir, void *pvBuf, size_t *pcbBuf, uint8_t *p bSenseKey, uint32_t cTimeoutMillies));645 DECLR3CALLBACKMEMBER(int, pfnSendCmd,(PPDMIBLOCK pInterface, const uint8_t *pbCmd, PDMBLOCKTXDIR enmTxDir, void *pvBuf, size_t *pcbBuf, uint8_t *pabSense, size_t cbSense, uint32_t cTimeoutMillies)); 646 646 647 647 /**
Note:
See TracChangeset
for help on using the changeset viewer.