Changeset 64387 in vbox for trunk/src/VBox/Devices/Samples
- Timestamp:
- Oct 24, 2016 2:06:02 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 111495
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Samples/DevPlayground.cpp
r64373 r64387 96 96 * @callback_method_impl{FNPCIIOREGIONMAP} 97 97 */ 98 static DECLCALLBACK(int) devPlaygroundMap(PPDMDEVINS pDevIns, PP CIDEVICEpPciDev, uint32_t iRegion,98 static DECLCALLBACK(int) devPlaygroundMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion, 99 99 RTGCPHYS GCPhysAddress, RTGCPHYS cb, PCIADDRESSSPACE enmType) 100 100 {
Note:
See TracChangeset
for help on using the changeset viewer.