VirtualBox

Changeset 37636 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Jun 24, 2011 2:59:59 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72485
Message:

Changed FNIOMMMIOWRITE to take a const buffer pointer.

File:
1 edited

Legend:

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

    r37466 r37636  
    157157 * @param   pv          Where to store the result.
    158158 * @param   cb          Number of bytes read.
    159  *
    160  * @remark wonder if we could merge the IOMMMIO* and IOMPORT* callbacks...
    161159 */
    162160typedef DECLCALLBACK(int) FNIOMMMIOREAD(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void *pv, unsigned cb);
     
    174172 * @param   pv          Where to fetch the result.
    175173 * @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 */
     175typedef DECLCALLBACK(int) FNIOMMMIOWRITE(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void const *pv, unsigned cb);
    180176/** Pointer to a FNIOMMMIOWRITE(). */
    181177typedef FNIOMMMIOWRITE *PFNIOMMMIOWRITE;
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