PatchworkOS
Loading...
Searching...
No Matches
mprotect.c File Reference
#include <stdio.h>
#include <sys/io.h>
#include "user/common/syscalls.h"

Go to the source code of this file.

Functions

uint64_t mprotect (void *address, uint64_t length, prot_t prot)
 System call to change the protection flags of memory.