Changeset 49814 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Dec 6, 2013 9:38:28 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91156
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmusb.h
r49092 r49814 413 413 DECLR3CALLBACKMEMBER(PVUSBURB, pfnUrbReap,(PPDMUSBINS pUsbIns, RTMSINTERVAL cMillies)); 414 414 415 /** 416 * Wakes a thread waiting in pfnUrbReap. 417 * 418 * @returns VBox status code. 419 * @param pUsbIns The USB device instance. 420 */ 421 DECLR3CALLBACKMEMBER(int, pfnWakeup,(PPDMUSBINS pUsbIns)); 415 422 416 423 /** Just some init precaution. Must be set to PDM_USBREG_VERSION. */
Note:
See TracChangeset
for help on using the changeset viewer.