Changeset 9429 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jun 5, 2008 3:22:37 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31680
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h
r8890 r9429 182 182 * The upper 16-bit is the major version, the the lower the minor version. 183 183 * When incompatible changes are made, the upper major number has to be changed. */ 184 #define SUPDRVIOC_VERSION 0x0007000 2184 #define SUPDRVIOC_VERSION 0x00070003 185 185 186 186 /** SUP_IOCTL_COOKIE. */ -
trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c
r9212 r9429 202 202 { "RTMpCpuIdFromSetIndex", (void *)RTMpCpuIdFromSetIndex }, 203 203 { "RTMpCpuIdToSetIndex", (void *)RTMpCpuIdToSetIndex }, 204 { "RTMp DoesCpuExist", (void *)RTMpDoesCpuExist},204 { "RTMpIsCpuPossible", (void *)RTMpIsCpuPossible }, 205 205 { "RTMpGetCount", (void *)RTMpGetCount }, 206 206 { "RTMpGetMaxCpuId", (void *)RTMpGetMaxCpuId },
Note:
See TracChangeset
for help on using the changeset viewer.