1 #ifndef __LUNAIX_SYS_MANN_H
2 #define __LUNAIX_SYS_MANN_H
4 #include <lunaix/mann_flags.h>
5 #include <lunaix/types.h>
7 extern void* mmap(void* addr, size_t length, int proct, int flags, int fd, off_t offset);
9 extern void munmap(void* addr, size_t length);
11 #endif /* __LUNAIX_MANN_H */