Changeset 109212 in vbox for trunk/include/VBox/vmm/pdmgic.h
- Timestamp:
- May 9, 2025 6:25:38 AM (10 days ago)
- svn:sync-xref-src-repo-rev:
- 168790
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmgic.h
r108716 r109212 127 127 * Cannot be NIL_PCIBDF. 128 128 * @param pMsi The MSI to send. 129 * @param uEventId The event ID specified by the device.130 129 * @param uTagSrc The IRQ tag and source (for tracing). 131 130 */ 132 DECLR3CALLBACKMEMBER(int, pfnSendMsi, (PVMCC pVM, PCIBDF uBusDevFn, PCMSIMSG pMsi, uint32_t u EventId, uint32_t uTagSrc));131 DECLR3CALLBACKMEMBER(int, pfnSendMsi, (PVMCC pVM, PCIBDF uBusDevFn, PCMSIMSG pMsi, uint32_t uTagSrc)); 133 132 134 133 /** @name Reserved for future (MBZ).
Note:
See TracChangeset
for help on using the changeset viewer.