Changeset 42222 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jul 19, 2012 9:00:16 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79245
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
r41965 r42222 59 59 * Prototypes * 60 60 *******************************************************************************/ 61 static intpdmR0DevHlp_PhysRead(PPDMDEVINS pDevIns, RTGCPHYS GCPhys, void *pvBuf, size_t cbRead);62 static intpdmR0DevHlp_PhysWrite(PPDMDEVINS pDevIns, RTGCPHYS GCPhys, const void *pvBuf, size_t cbWrite);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); 63 63 64 64
Note:
See TracChangeset
for help on using the changeset viewer.