Changeset 44899 in vbox for trunk/src/VBox/VMM/VMMRC
- Timestamp:
- Mar 1, 2013 10:28:43 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84069
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp
r44898 r44899 52 52 /** @todo missing PDMPCIRAWHLPRC */ 53 53 RT_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);61 54 62 55
Note:
See TracChangeset
for help on using the changeset viewer.