Changeset 12684 in vbox for trunk/include/VBox/pdmdev.h
- Timestamp:
- Sep 24, 2008 12:12:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdev.h
r12667 r12684 1055 1055 * 1056 1056 * @param pDevIns Device instance of the APIC. 1057 * @param cpuid Virtual CPU to set flag upon. 1057 1058 */ 1058 1059 DECLRCCALLBACKMEMBER(void, pfnSetInterruptFF,(PPDMDEVINS pDevIns, VMCPUID cpuid)); … … 1062 1063 * 1063 1064 * @param pDevIns Device instance of the APIC. 1065 * @param cpuid Virtual CPU to clear flag upon. 1064 1066 */ 1065 1067 DECLRCCALLBACKMEMBER(void, pfnClearInterruptFF,(PPDMDEVINS pDevIns, VMCPUID cpuid)); … … 1121 1123 * 1122 1124 * @param pDevIns Device instance of the APIC. 1125 * @param cpuid Virtual CPU to set flag upon. 1123 1126 */ 1124 1127 DECLR0CALLBACKMEMBER(void, pfnSetInterruptFF,(PPDMDEVINS pDevIns, VMCPUID cpuid)); … … 1128 1131 * 1129 1132 * @param pDevIns Device instance of the APIC. 1133 * @param cpuid Virtual CPU to clear flag upon. 1130 1134 */ 1131 1135 DECLR0CALLBACKMEMBER(void, pfnClearInterruptFF,(PPDMDEVINS pDevIns, VMCPUID cpuid)); … … 1186 1190 * 1187 1191 * @param pDevIns Device instance of the APIC. 1192 * @param cpuid Virtual CPU to set flag upon. 1188 1193 */ 1189 1194 DECLR3CALLBACKMEMBER(void, pfnSetInterruptFF,(PPDMDEVINS pDevIns, VMCPUID cpuid)); … … 1193 1198 * 1194 1199 * @param pDevIns Device instance of the APIC. 1200 * @param cpuid Virtual CPU to clear flag upon. 1195 1201 */ 1196 1202 DECLR3CALLBACKMEMBER(void, pfnClearInterruptFF,(PPDMDEVINS pDevIns, VMCPUID cpuid));
Note:
See TracChangeset
for help on using the changeset viewer.