VirtualBox

Changeset 9155 in vbox for trunk/include


Ignore:
Timestamp:
May 27, 2008 12:02:05 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31291
Message:

Another GC_ARCH_BITS=64 build breaker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/iom.h

    r8155 r9155  
    114114 * @param   cb          Size of the transfer unit (1, 2 or 4 bytes).
    115115 */
    116 typedef DECLCALLBACK(int) FNIOMIOPORTINSTRING(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, RTGCPTR *pGCPtrDst, unsigned *pcTransfers, unsigned cb);
     116typedef DECLCALLBACK(int) FNIOMIOPORTINSTRING(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, RTGCPTR *pGCPtrDst, PRTGCUINTREG pcTransfers, unsigned cb);
    117117/** Pointer to a FNIOMIOPORTINSTRING(). */
    118118typedef FNIOMIOPORTINSTRING *PFNIOMIOPORTINSTRING;
     
    145145 * @param   cb          Size of the transfer unit (1, 2 or 4 bytes).
    146146 */
    147 typedef DECLCALLBACK(int) FNIOMIOPORTOUTSTRING(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, RTGCPTR *pGCPtrSrc, unsigned *pcTransfers, unsigned cb);
     147typedef DECLCALLBACK(int) FNIOMIOPORTOUTSTRING(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, RTGCPTR *pGCPtrSrc, PRTGCUINTREG pcTransfers, unsigned cb);
    148148/** Pointer to a FNIOMIOPORTOUTSTRING(). */
    149149typedef FNIOMIOPORTOUTSTRING *PFNIOMIOPORTOUTSTRING;
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