0e424d44c9c0040ea9f5c91c0c76b2d3007b5b80
[lunaix-os.git] / lunaix-os / usr / includes / sys / mann.h
1 #ifndef __LUNAIX_SYS_MANN_H
2 #define __LUNAIX_SYS_MANN_H
3
4 #include <sys/mann_flags.h>
5 #include <sys/types.h>
6
7 void*
8 mmap(void* addr, size_t length, int proct, int flags, int fd, off_t offset);
9
10 void
11 munmap(void* addr, size_t length);
12
13 #endif /* __LUNAIX_MANN_H */