Changeset 21546 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 13, 2009 3:49:36 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50019
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r21285 r21546 431 431 { "RTThreadPreemptIsPending", (void *)RTThreadPreemptIsPending }, 432 432 { "RTThreadPreemptIsPendingTrusty", (void *)RTThreadPreemptIsPendingTrusty }, 433 { "RTThreadPreemptIsPossible", (void *)RTThreadPreemptIsPossible }, 433 434 { "RTThreadPreemptDisable", (void *)RTThreadPreemptDisable }, 434 435 { "RTThreadPreemptRestore", (void *)UNWIND_WRAP(RTThreadPreemptRestore) }, 436 { "RTThreadIsInInterrupt", (void *)RTThreadIsInInterrupt }, 435 437 436 438 { "RTLogDefaultInstance", (void *)RTLogDefaultInstance }, -
trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h
r21285 r21546 194 194 * - Nothing. 195 195 */ 196 #define SUPDRV_IOC_VERSION 0x000e000 1196 #define SUPDRV_IOC_VERSION 0x000e0002 197 197 198 198 /** SUP_IOCTL_COOKIE. */
Note:
See TracChangeset
for help on using the changeset viewer.