Changeset 81706 in vbox for trunk/include
- Timestamp:
- Nov 6, 2019 12:03:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r81691 r81706 2645 2645 * it's not associated with the PCI device, then 2646 2646 * any number up to UINT8_MAX is fine. 2647 * @param cb 2647 * @param cbRegion The size (in bytes) of the region. 2648 2648 * @param fFlags Reserved for future use, must be zero. 2649 * @param pszDesc Pointer to description string. This must not be 2650 * freed. 2649 2651 * @param ppvMapping Where to store the address of the ring-3 mapping 2650 2652 * of the memory. 2651 * @param pszDesc Pointer to description string. This must not be2652 * freed.2653 2653 * @param phRegion Where to return the MMIO2 region handle. 2654 2654 * … … 6005 6005 6006 6006 /** 6007 * @copydoc PDMDEVHLPR 3::pfnIoPortCreateEx6007 * @copydoc PDMDEVHLPR0::pfnIoPortSetUpContextEx 6008 6008 */ 6009 6009 DECLINLINE(int) PDMDevHlpIoPortSetUpContextEx(PPDMDEVINS pDevIns, IOMIOPORTHANDLE hIoPorts, … … 6979 6979 * @param iRegion The region number. 6980 6980 * @param cbRegion Size of the region. 6981 * @param hIoPorts Handle to the I/O port region.6982 6981 * @param pfnMapUnmap Callback for doing the mapping, optional. The 6983 6982 * callback will be invoked holding only the PDM lock.
Note:
See TracChangeset
for help on using the changeset viewer.