VirtualBox

Changeset 44899 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 1, 2013 10:28:43 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84069
Message:

More PCI BM access cleanups.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp

    r44898 r44899  
    5454extern DECLEXPORT(const PDMDRVHLPR0)    g_pdmR0DrvHlp;
    5555RT_C_DECLS_END
    56 
    57 
    58 /*******************************************************************************
    59 *   Prototypes                                                                 *
    60 *******************************************************************************/
    61 static DECLCALLBACK(int) pdmR0DevHlp_PhysRead(PPDMDEVINS pDevIns, RTGCPHYS GCPhys, void *pvBuf, size_t cbRead);
    62 static DECLCALLBACK(int) pdmR0DevHlp_PhysWrite(PPDMDEVINS pDevIns, RTGCPHYS GCPhys, const void *pvBuf, size_t cbWrite);
    6356
    6457
  • trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp

    r44898 r44899  
    5252/** @todo missing PDMPCIRAWHLPRC  */
    5353RT_C_DECLS_END
    54 
    55 
    56 /*******************************************************************************
    57 *   Prototypes                                                                 *
    58 *******************************************************************************/
    59 static int pdmRCDevHlp_PhysRead(PPDMDEVINS pDevIns, RTGCPHYS GCPhys, void *pvBuf, size_t cbRead);
    60 static int pdmRCDevHlp_PhysWrite(PPDMDEVINS pDevIns, RTGCPHYS GCPhys, const void *pvBuf, size_t cbWrite);
    6154
    6255
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