Changeset 7035 in vbox
- Timestamp:
- Feb 20, 2008 1:34:16 PM (17 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c
r7014 r7035 143 143 { "RTSemMutexDestroy", (void *)RTSemMutexDestroy }, 144 144 */ 145 { "RTProcSelf", (void *)RTProcSelf }, 146 { "RTR0ProcHandleSelf", (void *)RTR0ProcHandleSelf }, 145 147 { "RTSemFastMutexCreate", (void *)RTSemFastMutexCreate }, 146 148 { "RTSemFastMutexDestroy", (void *)RTSemFastMutexDestroy }, -
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r5999 r7035 341 341 { "RTR0MemObjGetPagePhysAddr", 0xefef0016 }, 342 342 { "RTR0MemObjMapUser", 0xefef0017 }, 343 { "RTProcSelf", 0xefef0038 }, 344 { "RTR0ProcHandleSelf", 0xefef0039 }, 343 345 { "RTSemEventCreate", 0xefef0018 }, 344 346 { "RTSemEventSignal", 0xefef0019 },
Note:
See TracChangeset
for help on using the changeset viewer.