Added B_USER_CLONEABLE_AREA protection flag. Here it does belong.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11048 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-01-25 22:55:13 +00:00
parent 06f5fe61a2
commit ed932a9564
+1
View File
@@ -129,6 +129,7 @@ extern long get_memory_map(const void *buffer, ulong size,
/* area protection flags for the kernel */
#define B_KERNEL_READ_AREA 16
#define B_KERNEL_WRITE_AREA 32
#define B_USER_CLONEABLE_AREA 256
/* call to map physical memory - typically used for memory-mapped i/o */