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:
@@ -129,6 +129,7 @@ extern long get_memory_map(const void *buffer, ulong size,
|
|||||||
/* area protection flags for the kernel */
|
/* area protection flags for the kernel */
|
||||||
#define B_KERNEL_READ_AREA 16
|
#define B_KERNEL_READ_AREA 16
|
||||||
#define B_KERNEL_WRITE_AREA 32
|
#define B_KERNEL_WRITE_AREA 32
|
||||||
|
#define B_USER_CLONEABLE_AREA 256
|
||||||
|
|
||||||
/* call to map physical memory - typically used for memory-mapped i/o */
|
/* call to map physical memory - typically used for memory-mapped i/o */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user