VirtualBox

Changeset 72616 in vbox for trunk/src/VBox/Devices/build


Ignore:
Timestamp:
Jun 19, 2018 2:50:09 PM (6 years ago)
Author:
vboxsync
Message:

Flash: Link it in, too.

Location:
trunk/src/VBox/Devices/build
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r71829 r72616  
    8787    if (RT_FAILURE(rc))
    8888        return rc;
     89    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceFlash);
     90    if (RT_FAILURE(rc))
     91        return rc;
    8992#ifdef VBOX_WITH_EFI
    9093    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceEFI);
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r71829 r72616  
    4141extern const PDMDEVREG g_DeviceHPET;
    4242extern const PDMDEVREG g_DeviceSmc;
     43extern const PDMDEVREG g_DeviceFlash;
    4344extern const PDMDEVREG g_DeviceMC146818;
    4445extern const PDMDEVREG g_DevicePIIX3IDE;
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