mman.h File Reference

#include <as.h>
#include <sys/types.h>

Go to the source code of this file.

Defines

#define MAP_ANONYMOUS   (1 << 3)
#define MAP_FAILED   ((void *) -1)
#define MAP_FIXED   (1 << 2)
#define MAP_PRIVATE   (1 << 1)
#define MAP_SHARED   (1 << 0)
#define PROTO_EXEC   AS_AREA_EXEC
#define PROTO_READ   AS_AREA_READ
#define PROTO_WRITE   AS_AREA_WRITE

Functions

void * mmap (void *start, size_t length, int prot, int flags, int fd, aoff64_t offset)
int munmap (void *start, size_t length)


Detailed Description

Definition in file mman.h.


Generated on Thu Jun 2 07:45:53 2011 for HelenOS/USB by  doxygen 1.4.7