Removed the image_id type definition from ktypes.h.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2421 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-01-12 16:23:21 +00:00
parent ef6d88af27
commit 9edac21abd
2 changed files with 3 additions and 10 deletions

View File

@ -5,11 +5,10 @@
#ifndef _KERNEL_DEV_H
#define _KERNEL_DEV_H
#include <kernel.h>
#include <image.h>
#include <stage2.h>
int dev_init(kernel_args *ka);
image_id dev_load_dev_module(const char *name, const char *directory);
#endif
#endif /* _KERNEL_DEV_H */

View File

@ -13,13 +13,7 @@ extern "C" {
typedef int32 region_id;
typedef int32 aspace_id;
#ifndef _IMAGE_H
typedef int32 image_id;
#endif
typedef unsigned long addr;
typedef uint32 addr;
#ifdef __cplusplus
}