VirtualBox

Changeset 20525 in vbox for trunk/src/VBox/Runtime/r0drv/nt


Ignore:
Timestamp:
Jun 13, 2009 8:13:33 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48527
Message:

iprt/memobj.h: Added RTR0MemObjProtect, only implemented for darwin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp

    r14824 r20525  
    761761
    762762
     763int rtR0MemObjNativeProtect(PRTR0MEMOBJINTERNAL pMem, size_t offSub, size_t cbSub, uint32_t fProt)
     764{
     765    NOREF(pMem);
     766    NOREF(offSub);
     767    NOREF(cbSub);
     768    NOREF(fProt);
     769    return VERR_NOT_SUPPORTED;
     770}
     771
     772
    763773RTHCPHYS rtR0MemObjNativeGetPagePhysAddr(PRTR0MEMOBJINTERNAL pMem, size_t iPage)
    764774{
Note: See TracChangeset for help on using the changeset viewer.

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