Changeset 70322 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Dec 22, 2017 4:53:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmusb.h
r70039 r70322 1067 1067 const char *pszCaptureFilename); 1068 1068 VMMR3DECL(int) PDMR3UsbCreateProxyDevice(PUVM pUVM, PCRTUUID pUuid, const char *pszBackend, const char *pszAddress, void *pvBackend, 1069 uint32_t iUsbVersion, uint32_t fMaskedIfs, const char *pszCaptureFilename);1069 VUSBSPEED enmSpeed, uint32_t fMaskedIfs, const char *pszCaptureFilename); 1070 1070 VMMR3DECL(int) PDMR3UsbDetachDevice(PUVM pUVM, PCRTUUID pUuid); 1071 1071 VMMR3DECL(bool) PDMR3UsbHasHub(PUVM pUVM);
Note:
See TracChangeset
for help on using the changeset viewer.