Changeset 20847 in vbox for trunk/include
- Timestamp:
- Jun 23, 2009 3:01:55 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdev.h
r20835 r20847 1133 1133 * 1134 1134 * @param pDevIns Device instance of the APIC. 1135 * @param enmType I rq type1135 * @param enmType IRQ type. 1136 1136 * @param idCpu Virtual CPU to set flag upon. 1137 1137 */ … … 1187 1187 1188 1188 /** Current PDMAPICHLPRC version number. */ 1189 #define PDM_APICHLPRC_VERSION 0x600 100011189 #define PDM_APICHLPRC_VERSION 0x60020000 1190 1190 1191 1191 … … 1202 1202 * 1203 1203 * @param pDevIns Device instance of the APIC. 1204 * @param enmType I rq type1204 * @param enmType IRQ type. 1205 1205 * @param idCpu Virtual CPU to set flag upon. 1206 1206 */ … … 1256 1256 1257 1257 /** Current PDMAPICHLPR0 version number. */ 1258 #define PDM_APICHLPR0_VERSION 0x600 100011258 #define PDM_APICHLPR0_VERSION 0x60020000 1259 1259 1260 1260 /** … … 1270 1270 * 1271 1271 * @param pDevIns Device instance of the APIC. 1272 * @param enmType IRQ type 1272 * @param enmType IRQ type. 1273 1273 * @param idCpu Virtual CPU to set flag upon. 1274 1274 */ … … 1371 1371 1372 1372 /** Current PDMAPICHLP version number. */ 1373 #define PDM_APICHLPR3_VERSION 0xfd0 200011373 #define PDM_APICHLPR3_VERSION 0xfd030000 1374 1374 1375 1375
Note:
See TracChangeset
for help on using the changeset viewer.