VirtualBox

Changeset 3167 in vbox for trunk/src


Ignore:
Timestamp:
Jun 19, 2007 9:14:36 PM (18 years ago)
Author:
vboxsync
Message:

use PDM helper functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/fdc.c

    r2981 r3167  
    28832883     * Create the FDC timer.
    28842884     */
    2885     rc = pDevIns->pDevHlp->pfnTMTimerCreate(pDevIns, TMCLOCK_VIRTUAL,
    2886                                             fdc_timer,
    2887                                             "FDC Timer",
    2888                                             &fdctrl->result_timer);
     2885    rc = PDMDevHlpTMTimerCreate(pDevIns, TMCLOCK_VIRTUAL, fdc_timer, "FDC Timer", &fdctrl->result_timer);
    28892886    if (VBOX_FAILURE (rc)) {
    28902887        return rc;
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