Changeset 49438 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Nov 11, 2013 1:32:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r46788 r49438 1317 1317 * @param pDevIns Device instance of the APIC. 1318 1318 * @param enmVersion Supported APIC version. 1319 * @todo We don't need this in RC and R0 context, remove. 1319 1320 */ 1320 1321 DECLRCCALLBACKMEMBER(void, pfnChangeFeature,(PPDMDEVINS pDevIns, PDMAPICVERSION enmVersion)); … … 1396 1397 * @param pDevIns Device instance of the APIC. 1397 1398 * @param enmVersion Supported APIC version. 1399 * @todo We don't need this in RC and R0 context, remove. 1398 1400 */ 1399 1401 DECLR0CALLBACKMEMBER(void, pfnChangeFeature,(PPDMDEVINS pDevIns, PDMAPICVERSION enmVersion));
Note:
See TracChangeset
for help on using the changeset viewer.