Changeset 64387 in vbox for trunk/src/VBox/Devices/Serial
- 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/Serial/DevSerial.cpp
r64373 r64387 230 230 231 231 #ifdef VBOX_SERIAL_PCI 232 P CIDEVICEPciDev;232 PDMPCIDEV PciDev; 233 233 #endif /* VBOX_SERIAL_PCI */ 234 234 } DEVSERIAL; … … 1051 1051 * @callback_method_impl{FNPCIIOREGIONMAP} 1052 1052 */ 1053 static DECLCALLBACK(int) serialIOPortRegionMap(PPDMDEVINS pDevIns, PP CIDEVICEpPciDev, uint32_t iRegion,1053 static DECLCALLBACK(int) serialIOPortRegionMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion, 1054 1054 RTGCPHYS GCPhysAddress, RTGCPHYS cb, PCIADDRESSSPACE enmType) 1055 1055 {
Note:
See TracChangeset
for help on using the changeset viewer.