Changeset 12574 in vbox for trunk/include/VBox
- Timestamp:
- Sep 18, 2008 1:12:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdev.h
r12566 r12574 1090 1090 DECLRCCALLBACKMEMBER(void, pfnUnlock,(PPDMDEVINS pDevIns)); 1091 1091 1092 /** 1093 * Get the virtual CPU id corresponding to the current EMT. 1094 * 1095 * @param pDevIns The APIC device instance. 1096 */ 1097 DECLRCCALLBACKMEMBER(uint32_t, pfnGetCpuId,(PPDMDEVINS pDevIns)); 1098 1092 1099 /** Just a safety precaution. */ 1093 1100 uint32_t u32TheEnd; … … 1149 1156 DECLR0CALLBACKMEMBER(void, pfnUnlock,(PPDMDEVINS pDevIns)); 1150 1157 1158 /** 1159 * Get the virtual CPU id corresponding to the current EMT. 1160 * 1161 * @param pDevIns The APIC device instance. 1162 */ 1163 DECLR0CALLBACKMEMBER(uint32_t, pfnGetCpuId,(PPDMDEVINS pDevIns)); 1164 1151 1165 /** Just a safety precaution. */ 1152 1166 uint32_t u32TheEnd; … … 1206 1220 */ 1207 1221 DECLR3CALLBACKMEMBER(void, pfnUnlock,(PPDMDEVINS pDevIns)); 1222 1223 /** 1224 * Get the virtual CPU id corresponding to the current EMT. 1225 * 1226 * @param pDevIns The APIC device instance. 1227 */ 1228 DECLR3CALLBACKMEMBER(uint32_t, pfnGetCpuId,(PPDMDEVINS pDevIns)); 1208 1229 1209 1230 /**
Note:
See TracChangeset
for help on using the changeset viewer.