From 21bf7339b1ac18e59b0d1866c3b90a23931abf08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 13 Dec 2004 22:01:26 +0000 Subject: [PATCH] Moved B_KERNEL_{READ|WRITE_AREA} from vm_types.h to KernelExport.h. Small header cleanup. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10426 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/vm_types.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/headers/private/kernel/vm_types.h b/headers/private/kernel/vm_types.h index 079d9e297e..ace3d89feb 100644 --- a/headers/private/kernel/vm_types.h +++ b/headers/private/kernel/vm_types.h @@ -10,12 +10,11 @@ #include -#include -#include +#include #include -typedef int32 aspace_id; +typedef int32 aspace_id; // vm page typedef struct vm_page { @@ -179,8 +178,6 @@ enum { // "execute" protection is currently ignored, but nevertheless, you // should use it if you require to execute code in that area. -#define B_KERNEL_READ_AREA 16 -#define B_KERNEL_WRITE_AREA 32 #define B_KERNEL_EXECUTE_AREA 64 #define B_KERNEL_STACK_AREA 128