vm_remap_ro
- allows shared memory to be mapped in readonly - ben@minix3.org & tom@minix3.org
This commit is contained in:
@@ -30,6 +30,8 @@ _PROTOTYPE( int minix_munmap, (void *, size_t));
|
||||
_PROTOTYPE( int minix_munmap_text, (void *, size_t));
|
||||
_PROTOTYPE( void *vm_remap, (endpoint_t d, endpoint_t s, void *da,
|
||||
void *sa, size_t si));
|
||||
_PROTOTYPE( void *vm_remap_ro, (endpoint_t d, endpoint_t s, void *da,
|
||||
void *sa, size_t si));
|
||||
_PROTOTYPE( int vm_unmap, (endpoint_t endpt, void *addr));
|
||||
_PROTOTYPE( unsigned long vm_getphys, (endpoint_t endpt, void *addr));
|
||||
_PROTOTYPE( u8_t vm_getrefcount, (endpoint_t endpt, void *addr));
|
||||
|
||||
Reference in New Issue
Block a user