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:
@@ -6,7 +6,6 @@
|
|||||||
#define _KERNEL_POOLS_H
|
#define _KERNEL_POOLS_H
|
||||||
|
|
||||||
|
|
||||||
#include <ktypes.h>
|
|
||||||
#include <lock.h>
|
#include <lock.h>
|
||||||
|
|
||||||
typedef struct pool_ctl pool_ctl;
|
typedef struct pool_ctl pool_ctl;
|
||||||
|
|||||||
@@ -8,12 +8,15 @@
|
|||||||
#ifndef _KERNEL_VM_TYPES_H
|
#ifndef _KERNEL_VM_TYPES_H
|
||||||
#define _KERNEL_VM_TYPES_H
|
#define _KERNEL_VM_TYPES_H
|
||||||
|
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <ktypes.h>
|
|
||||||
#include <defines.h>
|
#include <defines.h>
|
||||||
#include <vfs.h>
|
#include <vfs.h>
|
||||||
#include <arch/vm_translation_map.h>
|
#include <arch/vm_translation_map.h>
|
||||||
|
|
||||||
|
|
||||||
|
typedef int32 aspace_id;
|
||||||
|
|
||||||
// vm page
|
// vm page
|
||||||
typedef struct vm_page {
|
typedef struct vm_page {
|
||||||
struct vm_page *queue_prev;
|
struct vm_page *queue_prev;
|
||||||
|
|||||||
Reference in New Issue
Block a user