VirtualBox

Changeset 12977 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Oct 3, 2008 11:24:35 PM (16 years ago)
Author:
vboxsync
Message:

#1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some flag/name cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp

    r12924 r12977  
    24572457    /* szDeviceName */
    24582458    "VMMDev",
    2459     /* szGCMod */
     2459    /* szRCMod */
    24602460    "",
    24612461    /* szR0Mod */
     
    24922492    NULL,
    24932493    /* pfnQueryInterface. */
    2494     NULL
     2494    NULL,
     2495    /* pfnInitComplete */
     2496    NULL,
     2497    /* pfnPowerOff */
     2498    NULL,
     2499    /* pfnSoftReset */
     2500    NULL,
     2501    /* u32VersionEnd */
     2502    PDM_DEVREG_VERSION
    24952503};
    24962504#endif /* !VBOX_DEVICE_STRUCT_TESTCASE */
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