No longer of use.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10262 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-11-27 12:06:41 +00:00
parent 841093cf3c
commit e6ef7e58f4

View File

@ -1,22 +0,0 @@
/*
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#ifndef _KERNEL_KTYPES_H
#define _KERNEL_KTYPES_H
#ifdef __cplusplus
extern "C" {
#endif
#include <SupportDefs.h>
typedef int32 region_id;
// ToDo: to be faded out
typedef int32 aspace_id;
#ifdef __cplusplus
}
#endif
#endif /* _KERNEL_KTYPES_H */