RTEMS  5.1
Functions
mmap.c File Reference
#include <rtems.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>
#include "rtems/libio_.h"
#include <rtems/posix/mmanimpl.h>
#include <rtems/posix/shmimpl.h>

Functions

 CHAIN_DEFINE_EMPTY (mmap_mappings)
 
void * mmap (void *addr, size_t len, int prot, int flags, int fildes, off_t off)
 

Function Documentation

◆ CHAIN_DEFINE_EMPTY()

CHAIN_DEFINE_EMPTY ( mmap_mappings  )

mmap chain of mappings.