VirtualBox

Changeset 49881 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 12, 2013 11:00:42 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91254
Message:

Devices/Storage/DevFdc.cpp: eliminate use of vl_vbox.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevFdc.cpp

    r48162 r49881  
    5353
    5454#include "VBoxDD.h"
    55 #include "vl_vbox.h"
    5655
    5756#define FDC_SAVESTATE_CURRENT   2       /* The new and improved saved state. */
     
    712711    uint32_t io_base;
    713712    /* Controller state */
     713#ifndef VBOX
    714714    QEMUTimer *result_timer;
     715#else
     716    struct TMTIMER *result_timer;
     717#endif
    715718    uint8_t sra;
    716719    uint8_t srb;
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