diff options
Diffstat (limited to 'src/common/include/proto/mmap.h')
-rw-r--r-- | src/common/include/proto/mmap.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/include/proto/mmap.h b/src/common/include/proto/mmap.h new file mode 100644 index 0000000..3134403 --- /dev/null +++ b/src/common/include/proto/mmap.h @@ -0,0 +1,7 @@ +#pragma once + +#define MM_READ (0x01) +#define MM_WRITE (0x02) +#define MM_EXEC (0x04) + +/* vim: set ts=4 sw=4 tw=0 noet :*/ |