VirtualBox

Changeset 91898 in vbox for trunk/include


Ignore:
Timestamp:
Oct 20, 2021 1:59:08 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147702
Message:

VMM,Devices: Add callbacks to required MMR3* APIs to the helper callbacks tables and convert devices and drivers to make use of those, bugref:10074 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmusb.h

    r91897 r91898  
    11861186DECLINLINE(void) PDMUsbHlpMMHeapFree(PPDMUSBINS pUsbIns, void *pv)
    11871187{
    1188     return pUsbIns->pHlpR3->pfnMMHeapFree(pUsbIns, pv);
     1188    pUsbIns->pHlpR3->pfnMMHeapFree(pUsbIns, pv);
    11891189}
    11901190
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette