Changeset 82040 in vbox for trunk/include
- Timestamp:
- Nov 20, 2019 5:23:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r82039 r82040 4668 4668 4669 4669 /** 4670 * Sets up the APIC for the raw-mode context. 4671 * 4672 * This must be called after ring-3 has registered the APIC using 4673 * PDMDevHlpApicRegister(). 4674 * 4675 * @returns VBox status code. 4676 * @param pDevIns The device instance. 4677 */ 4678 DECLRCCALLBACKMEMBER(int, pfnApicSetUpContext,(PPDMDEVINS pDevIns)); 4679 4680 /** 4670 4681 * Sets up the IOAPIC for the ring-0 context. 4671 4682 * … … 4718 4729 4719 4730 /** Current PDMDEVHLP version number. */ 4720 #define PDM_DEVHLPRC_VERSION PDM_VERSION_MAKE(0xffe6, 1 3, 0)4731 #define PDM_DEVHLPRC_VERSION PDM_VERSION_MAKE(0xffe6, 14, 0) 4721 4732 4722 4733
Note:
See TracChangeset
for help on using the changeset viewer.