Changeset 48234 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Sep 2, 2013 5:09:24 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88631
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmusb.h
r46788 r48234 1032 1032 typedef DECLCALLBACK(int) FNPDMVBOXUSBREGISTER(PCPDMUSBREGCB pCallbacks, uint32_t u32Version); 1033 1033 1034 VMMR3DECL(int) PDMR3UsbCreateEmulatedDevice(PUVM pUVM, const char *pszDeviceName, PCFGMNODE pDeviceNode, PRTUUID pUuid); 1034 1035 VMMR3DECL(int) PDMR3UsbCreateProxyDevice(PUVM pUVM, PCRTUUID pUuid, bool fRemote, const char *pszAddress, void *pvBackend, 1035 1036 uint32_t iUsbVersion, uint32_t fMaskedIfs);
Note:
See TracChangeset
for help on using the changeset viewer.