Changeset 37636 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jun 24, 2011 2:59:59 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72485
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iom.h
r37466 r37636 157 157 * @param pv Where to store the result. 158 158 * @param cb Number of bytes read. 159 *160 * @remark wonder if we could merge the IOMMMIO* and IOMPORT* callbacks...161 159 */ 162 160 typedef DECLCALLBACK(int) FNIOMMMIOREAD(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void *pv, unsigned cb); … … 174 172 * @param pv Where to fetch the result. 175 173 * @param cb Number of bytes to write. 176 * 177 * @remark wonder if we could merge the IOMMMIO* and IOMPORT* callbacks... 178 */ 179 typedef DECLCALLBACK(int) FNIOMMMIOWRITE(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void *pv, unsigned cb); 174 */ 175 typedef DECLCALLBACK(int) FNIOMMMIOWRITE(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void const *pv, unsigned cb); 180 176 /** Pointer to a FNIOMMMIOWRITE(). */ 181 177 typedef FNIOMMMIOWRITE *PFNIOMMMIOWRITE;
Note:
See TracChangeset
for help on using the changeset viewer.