Changeset 89200 in vbox for trunk/include/VBox/vmm
- Timestamp:
- May 20, 2021 2:05:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r89069 r89200 1525 1525 * @param uTagSrc The IRQ tag and source (for tracing). 1526 1526 */ 1527 DECLR0CALLBACKMEMBER( int,pfnSendMsi,(PPDMDEVINS pDevIns, PCMSIMSG pMsi, uint32_t uTagSrc));1527 DECLR0CALLBACKMEMBER(void, pfnSendMsi,(PPDMDEVINS pDevIns, PCMSIMSG pMsi, uint32_t uTagSrc)); 1528 1528 1529 1529 /** Just a safety precaution. */ … … 1536 1536 1537 1537 /** Current PDMIOMMUHLPR0 version number. */ 1538 #define PDM_IOMMUHLPR0_VERSION PDM_VERSION_MAKE(0xff13, 4, 0)1538 #define PDM_IOMMUHLPR0_VERSION PDM_VERSION_MAKE(0xff13, 5, 0) 1539 1539 1540 1540 … … 1579 1579 * @param uTagSrc The IRQ tag and source (for tracing). 1580 1580 */ 1581 DECLRCCALLBACKMEMBER( int,pfnSendMsi,(PPDMDEVINS pDevIns, PCMSIMSG pMsi, uint32_t uTagSrc));1581 DECLRCCALLBACKMEMBER(void, pfnSendMsi,(PPDMDEVINS pDevIns, PCMSIMSG pMsi, uint32_t uTagSrc)); 1582 1582 1583 1583 /** Just a safety precaution. */ … … 1590 1590 1591 1591 /** Current PDMIOMMUHLPRC version number. */ 1592 #define PDM_IOMMUHLPRC_VERSION PDM_VERSION_MAKE(0xff14, 4, 0)1592 #define PDM_IOMMUHLPRC_VERSION PDM_VERSION_MAKE(0xff14, 5, 0) 1593 1593 1594 1594 … … 1633 1633 * @param uTagSrc The IRQ tag and source (for tracing). 1634 1634 */ 1635 DECLR3CALLBACKMEMBER( int,pfnSendMsi,(PPDMDEVINS pDevIns, PCMSIMSG pMsi, uint32_t uTagSrc));1635 DECLR3CALLBACKMEMBER(void, pfnSendMsi,(PPDMDEVINS pDevIns, PCMSIMSG pMsi, uint32_t uTagSrc)); 1636 1636 1637 1637 /** Just a safety precaution. */ … … 1644 1644 1645 1645 /** Current PDMIOMMUHLPR3 version number. */ 1646 #define PDM_IOMMUHLPR3_VERSION PDM_VERSION_MAKE(0xff15, 4, 0)1646 #define PDM_IOMMUHLPR3_VERSION PDM_VERSION_MAKE(0xff15, 5, 0) 1647 1647 1648 1648
Note:
See TracChangeset
for help on using the changeset viewer.