VirtualBox

Changeset 57442 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Aug 18, 2015 4:47:42 PM (9 years ago)
Author:
vboxsync
Message:

DECLCALLBACK and static

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

Legend:

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

    r57393 r57442  
    10721072 * Assert irq when an CCC timeout occurs
    10731073 */
    1074 DECLCALLBACK(void) ahciCccTimer(PPDMDEVINS pDevIns, PTMTIMER pTimer, void *pvUser)
     1074static DECLCALLBACK(void) ahciCccTimer(PPDMDEVINS pDevIns, PTMTIMER pTimer, void *pvUser)
    10751075{
    10761076    PAHCI pAhci = (PAHCI)pvUser;
  • trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp

    r57393 r57442  
    318318 * Do media change polling.
    319319 */
    320 DECLCALLBACK(int) drvHostDvdPoll(PDRVHOSTBASE pThis)
     320static DECLCALLBACK(int) drvHostDvdPoll(PDRVHOSTBASE pThis)
    321321{
    322322    /*
     
    726726
    727727/** @copydoc FNPDMDRVDESTRUCT */
    728 DECLCALLBACK(void) drvHostDvdDestruct(PPDMDRVINS pDrvIns)
     728static DECLCALLBACK(void) drvHostDvdDestruct(PPDMDRVINS pDrvIns)
    729729{
    730730#ifdef RT_OS_LINUX
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