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:
parent
ef6d88af27
commit
9edac21abd
@ -5,11 +5,10 @@
|
|||||||
#ifndef _KERNEL_DEV_H
|
#ifndef _KERNEL_DEV_H
|
||||||
#define _KERNEL_DEV_H
|
#define _KERNEL_DEV_H
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <image.h>
|
||||||
#include <stage2.h>
|
#include <stage2.h>
|
||||||
|
|
||||||
int dev_init(kernel_args *ka);
|
int dev_init(kernel_args *ka);
|
||||||
image_id dev_load_dev_module(const char *name, const char *directory);
|
image_id dev_load_dev_module(const char *name, const char *directory);
|
||||||
|
|
||||||
#endif
|
#endif /* _KERNEL_DEV_H */
|
||||||
|
|
||||||
|
@ -13,13 +13,7 @@ extern "C" {
|
|||||||
|
|
||||||
typedef int32 region_id;
|
typedef int32 region_id;
|
||||||
typedef int32 aspace_id;
|
typedef int32 aspace_id;
|
||||||
|
typedef uint32 addr;
|
||||||
#ifndef _IMAGE_H
|
|
||||||
typedef int32 image_id;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
typedef unsigned long addr;
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user