- Timestamp:
- Apr 19, 2021 3:53:53 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143880
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMInternal.h
r88563 r88582 792 792 typedef struct PDMIOAPIC 793 793 { 794 /** Pointer to the APIC device instance - R3 Ptr. */794 /** Pointer to the I/O APIC device instance - R3 Ptr. */ 795 795 PPDMDEVINSR3 pDevInsR3; 796 796 /** @copydoc PDMIOAPICREG::pfnSetIrq */ … … 801 801 DECLR3CALLBACKMEMBER(VBOXSTRICTRC, pfnSetEoiR3,(PPDMDEVINS pDevIns, uint8_t u8Vector)); 802 802 803 /** Pointer to the PIC device instance - R0. */803 /** Pointer to the I/O APIC device instance - R0. */ 804 804 PPDMDEVINSR0 pDevInsR0; 805 805 /** @copydoc PDMIOAPICREG::pfnSetIrq */ … … 810 810 DECLR0CALLBACKMEMBER(VBOXSTRICTRC, pfnSetEoiR0,(PPDMDEVINS pDevIns, uint8_t u8Vector)); 811 811 812 /** Pointer to the APIC device instance - RC Ptr. */812 /** Pointer to the I/O APIC device instance - RC Ptr. */ 813 813 PPDMDEVINSRC pDevInsRC; 814 814 /** @copydoc PDMIOAPICREG::pfnSetIrq */
Note:
See TracChangeset
for help on using the changeset viewer.