VirtualBox

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


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

Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.

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

Legend:

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

    r15252 r20367  
    179179    /** Pointer to the I/O buffer. */
    180180    RCPTRTYPE(uint8_t *) pbIOBufferRC;
    181    
     181
    182182    RTRCPTR Aligmnent1; /**< Align the statistics at an 8-byte boundrary. */
    183183
     
    397397 *  Internal Functions                                                         *
    398398 ******************************************************************************/
    399 __BEGIN_DECLS
     399RT_BEGIN_DECLS
    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 __END_DECLS
     408RT_END_DECLS
    409409
    410410#ifdef IN_RING3
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r19366 r20367  
    472472 *  Internal Functions                                                         *
    473473 ******************************************************************************/
    474 __BEGIN_DECLS
     474RT_BEGIN_DECLS
    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 __END_DECLS
     483RT_END_DECLS
    484484
    485485
  • trunk/src/VBox/Devices/Storage/DrvHostBase.h

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

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

    r18265 r20367  
    643643*   Internal Functions                                                         *
    644644*******************************************************************************/
    645 __BEGIN_DECLS
     645RT_BEGIN_DECLS
    646646
    647647#ifndef VBOX_VDICORE_VD
     
    651651#endif /* !VBOX_VDICORE_VD */
    652652
    653 __END_DECLS
     653RT_END_DECLS
    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