VirtualBox

Ignore:
Timestamp:
Jun 8, 2009 12:25:19 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48290
Message:

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

File:
1 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
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