Removed references to ktypes.h.
aspace_id is now defined in vm_types.h only, as it's only used internally anyway. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10261 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
515d213528
commit
841093cf3c
@ -6,7 +6,6 @@
|
||||
#define _KERNEL_POOLS_H
|
||||
|
||||
|
||||
#include <ktypes.h>
|
||||
#include <lock.h>
|
||||
|
||||
typedef struct pool_ctl pool_ctl;
|
||||
|
@ -8,12 +8,15 @@
|
||||
#ifndef _KERNEL_VM_TYPES_H
|
||||
#define _KERNEL_VM_TYPES_H
|
||||
|
||||
|
||||
#include <kernel.h>
|
||||
#include <ktypes.h>
|
||||
#include <defines.h>
|
||||
#include <vfs.h>
|
||||
#include <arch/vm_translation_map.h>
|
||||
|
||||
|
||||
typedef int32 aspace_id;
|
||||
|
||||
// vm page
|
||||
typedef struct vm_page {
|
||||
struct vm_page *queue_prev;
|
||||
|
Loading…
Reference in New Issue
Block a user