Changeset 9155 in vbox for trunk/include
- Timestamp:
- May 27, 2008 12:02:05 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31291
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/iom.h
r8155 r9155 114 114 * @param cb Size of the transfer unit (1, 2 or 4 bytes). 115 115 */ 116 typedef DECLCALLBACK(int) FNIOMIOPORTINSTRING(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, RTGCPTR *pGCPtrDst, unsigned *pcTransfers, unsigned cb);116 typedef DECLCALLBACK(int) FNIOMIOPORTINSTRING(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, RTGCPTR *pGCPtrDst, PRTGCUINTREG pcTransfers, unsigned cb); 117 117 /** Pointer to a FNIOMIOPORTINSTRING(). */ 118 118 typedef FNIOMIOPORTINSTRING *PFNIOMIOPORTINSTRING; … … 145 145 * @param cb Size of the transfer unit (1, 2 or 4 bytes). 146 146 */ 147 typedef DECLCALLBACK(int) FNIOMIOPORTOUTSTRING(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, RTGCPTR *pGCPtrSrc, unsigned *pcTransfers, unsigned cb);147 typedef DECLCALLBACK(int) FNIOMIOPORTOUTSTRING(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, RTGCPTR *pGCPtrSrc, PRTGCUINTREG pcTransfers, unsigned cb); 148 148 /** Pointer to a FNIOMIOPORTOUTSTRING(). */ 149 149 typedef FNIOMIOPORTOUTSTRING *PFNIOMIOPORTOUTSTRING;
Note:
See TracChangeset
for help on using the changeset viewer.