git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
chore: fix almost *ALL* warnings.
[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 */