VirtualBox

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


Ignore:
Timestamp:
Jun 8, 2009 12:43:21 AM (16 years ago)
Author:
vboxsync
Message:

*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/ATAController.h

    r20367 r20374  
    397397 *  Internal Functions                                                         *
    398398 ******************************************************************************/
    399 RT_BEGIN_DECLS
     399RT_C_DECLS_BEGIN
    400400int ataControllerIOPortWrite1(PAHCIATACONTROLLER pCtl, RTIOPORT Port, uint32_t u32, unsigned cb);
    401401int ataControllerIOPortRead1(PAHCIATACONTROLLER pCtl, RTIOPORT Port, uint32_t *u32, unsigned cb);
     
    406406int ataControllerBMDMAIOPortRead(PAHCIATACONTROLLER pCtl, RTIOPORT Port, uint32_t *pu32, unsigned cb);
    407407int ataControllerBMDMAIOPortWrite(PAHCIATACONTROLLER pCtl, RTIOPORT Port, uint32_t u32, unsigned cb);
    408 RT_END_DECLS
     408RT_C_DECLS_END
    409409
    410410#ifdef IN_RING3
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r20367 r20374  
    472472 *  Internal Functions                                                         *
    473473 ******************************************************************************/
    474 RT_BEGIN_DECLS
     474RT_C_DECLS_BEGIN
    475475PDMBOTHCBDECL(int) ataIOPortWrite1(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb);
    476476PDMBOTHCBDECL(int) ataIOPortRead1(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *u32, unsigned cb);
     
    481481PDMBOTHCBDECL(int) ataBMDMAIOPortWrite(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb);
    482482PDMBOTHCBDECL(int) ataBMDMAIOPortRead(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *pu32, unsigned cb);
    483 RT_END_DECLS
     483RT_C_DECLS_END
    484484
    485485
  • trunk/src/VBox/Devices/Storage/DrvHostBase.h

    r20367 r20374  
    2525#include <VBox/cdefs.h>
    2626
    27 RT_BEGIN_DECLS
     27RT_C_DECLS_BEGIN
    2828
    2929
     
    198198#define PDMIBLOCK_2_DRVHOSTBASE(pInterface)        ( (PDRVHOSTBASE)((uintptr_t)pInterface - RT_OFFSETOF(DRVHOSTBASE, IBlock)) )
    199199
    200 RT_END_DECLS
    201 
    202 #endif
     200RT_C_DECLS_END
     201
     202#endif
  • trunk/src/VBox/Devices/Storage/DrvVD.cpp

    r20367 r20374  
    3939#ifdef VBOX_WITH_INIP
    4040/* All lwip header files are not C++ safe. So hack around this. */
    41 RT_BEGIN_DECLS
     41RT_C_DECLS_BEGIN
    4242#include <lwip/inet.h>
    4343#include <lwip/tcp.h>
    4444#include <lwip/sockets.h>
    45 RT_END_DECLS
     45RT_C_DECLS_END
    4646#endif /* VBOX_WITH_INIP */
    4747
  • trunk/src/VBox/Devices/Storage/VDICore.h

    r20367 r20374  
    643643*   Internal Functions                                                         *
    644644*******************************************************************************/
    645 RT_BEGIN_DECLS
     645RT_C_DECLS_BEGIN
    646646
    647647#ifndef VBOX_VDICORE_VD
     
    651651#endif /* !VBOX_VDICORE_VD */
    652652
    653 RT_END_DECLS
     653RT_C_DECLS_END
    654654
    655655#endif
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