VirtualBox

Changeset 7035 in vbox


Ignore:
Timestamp:
Feb 20, 2008 1:34:16 PM (17 years ago)
Author:
vboxsync
Message:

Export RTProcSelf and RTR0ProcHandleSelf to the .r0 guys.

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c

    r7014 r7035  
    143143    { "RTSemMutexDestroy",                      (void *)RTSemMutexDestroy },
    144144*/
     145    { "RTProcSelf",                             (void *)RTProcSelf },
     146    { "RTR0ProcHandleSelf",                     (void *)RTR0ProcHandleSelf },
    145147    { "RTSemFastMutexCreate",                   (void *)RTSemFastMutexCreate },
    146148    { "RTSemFastMutexDestroy",                  (void *)RTSemFastMutexDestroy },
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r5999 r7035  
    341341        { "RTR0MemObjGetPagePhysAddr",              0xefef0016 },
    342342        { "RTR0MemObjMapUser",                      0xefef0017 },
     343        { "RTProcSelf",                             0xefef0038 },
     344        { "RTR0ProcHandleSelf",                     0xefef0039 },
    343345        { "RTSemEventCreate",                       0xefef0018 },
    344346        { "RTSemEventSignal",                       0xefef0019 },
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette