VirtualBox

Ignore:
Timestamp:
May 17, 2010 10:15:48 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61662
Message:

Devices: move to the right place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Builtins2.cpp

    r29332 r29522  
    11/* $Id $ */
    22/** @file
    3  * Built-in drivers & devices (part 2).
     3 * Built-in drivers & devices part 2.
    44 */
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    6161    if (RT_FAILURE(rc))
    6262        return rc;
     63#ifdef VBOX_WITH_SMC
     64    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceSMC);
     65    if (RT_FAILURE(rc))
     66        return rc;
     67#endif
     68#ifdef VBOX_WITH_LPC
     69    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceLPC);
     70    if (RT_FAILURE(rc))
     71        return rc;
     72#endif
    6373
    6474    return VINF_SUCCESS;
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