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

Go to the source code of this file.

Functions

void * mmap (fd_t fd, void *address, uint64_t length, prot_t prot)
 System call to map memory from a file.