VirtualBox

Changeset 26164 in vbox for trunk/include


Ignore:
Timestamp:
Feb 2, 2010 7:44:51 PM (15 years ago)
Author:
vboxsync
Message:

PDM: Cleaning up device & USB device registration code.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmdev.h

    r26160 r26164  
    43344334     */
    43354335    DECLR3CALLBACKMEMBER(int, pfnRegister,(PPDMDEVREGCB pCallbacks, PCPDMDEVREG pReg));
    4336 
    4337     /**
    4338      * Allocate memory which is associated with current VM instance
    4339      * and automatically freed on it's destruction.
    4340      *
    4341      * @returns Pointer to allocated memory. The memory is *NOT* zero-ed.
    4342      * @param   pCallbacks      Pointer to the callback table.
    4343      * @param   cb              Number of bytes to allocate.
    4344      */
    4345     DECLR3CALLBACKMEMBER(void *, pfnMMHeapAlloc,(PPDMDEVREGCB pCallbacks, size_t cb));
    43464336} PDMDEVREGCB;
    43474337
  • trunk/include/VBox/pdmusb.h

    r26163 r26164  
    822822     */
    823823    DECLR3CALLBACKMEMBER(int, pfnRegister,(PCPDMUSBREGCB pCallbacks, PCPDMUSBREG pReg));
    824 
    825     /**
    826      * Allocate memory which is associated with current VM instance
    827      * and automatically freed on it's destruction.
    828      *
    829      * @returns Pointer to allocated memory. The memory is *NOT* zero-ed.
    830      * @param   pCallbacks      Pointer to the callback table.
    831      * @param   cb              Number of bytes to allocate.
    832      */
    833     DECLR3CALLBACKMEMBER(void *, pfnMMHeapAlloc,(PCPDMUSBREGCB pCallbacks, size_t cb));
    834824} PDMUSBREGCB;
    835825
Note: See TracChangeset for help on using the changeset viewer.

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