Changeset 80533 in vbox for trunk/include
- Timestamp:
- Sep 1, 2019 11:24:59 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133040
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r80531 r80533 2175 2175 * @param pDevIns The device instance to register the ports with. 2176 2176 * @param cPorts Number of ports to register. 2177 * @param fFlag 2177 * @param fFlags Reserved, MBZ. 2178 2178 * @param pPciDev The PCI device the range is associated with, if 2179 2179 * applicable. … … 2325 2325 * @param pDevIns The device instance to register the ports with. 2326 2326 * @param cbRegion The size of the region in bytes. 2327 * @param fFlag 2327 * @param fFlags Reserved, MBZ. 2328 2328 * @param pPciDev The PCI device the range is associated with, if 2329 2329 * applicable. … … 6584 6584 } 6585 6585 6586 /**6587 * @copydoc PDMCritSect6588 * @param pDevIns The device instance.6589 */6590 6591 6586 /* Strict build: Remap the two enter calls to the debug versions. */ 6592 6587 #ifdef VBOX_STRICT
Note:
See TracChangeset
for help on using the changeset viewer.