Changeset 85121 in vbox for trunk/include/VBox/vmm/pdmusb.h
- Timestamp:
- Jul 8, 2020 7:33:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmusb.h
r82968 r85121 1073 1073 * @param u32Version VBox version number. 1074 1074 */ 1075 typedef DECLCALLBACK (int) FNPDMVBOXUSBREGISTER(PCPDMUSBREGCB pCallbacks, uint32_t u32Version);1075 typedef DECLCALLBACKTYPE(int, FNPDMVBOXUSBREGISTER,(PCPDMUSBREGCB pCallbacks, uint32_t u32Version)); 1076 1076 1077 1077 VMMR3DECL(int) PDMR3UsbCreateEmulatedDevice(PUVM pUVM, const char *pszDeviceName, PCFGMNODE pDeviceNode, PCRTUUID pUuid,
Note:
See TracChangeset
for help on using the changeset viewer.