- Timestamp:
- Nov 18, 2019 4:44:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r81948 r81950 1505 1505 * Private interface between the IOAPIC and APIC. 1506 1506 * 1507 * See comments about this hack on PDMAPICREG::pfnBusDeliverR3.1508 *1509 1507 * @returns status code. 1510 1508 * @param pDevIns Device instance of the IOAPIC. … … 1516 1514 * @param u8TriggerMode See APIC implementation. 1517 1515 * @param uTagSrc The IRQ tag and source (for tracing). 1516 * 1517 * @sa APICBusDeliver() 1518 1518 */ 1519 1519 DECLCALLBACKMEMBER(int, pfnApicBusDeliver)(PPDMDEVINS pDevIns, uint8_t u8Dest, uint8_t u8DestMode, uint8_t u8DeliveryMode,
Note:
See TracChangeset
for help on using the changeset viewer.