Register the commpage as an image and its entries as symbols.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27722 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-09-24 14:41:42 +00:00
parent fec47a5702
commit 8a85be4636
4 changed files with 36 additions and 3 deletions
+2
View File
@@ -5,6 +5,7 @@
#ifndef _KERNEL_COMMPAGE_H
#define _KERNEL_COMMPAGE_H
#include <image.h>
#include <SupportDefs.h>
#include <commpage_defs.h>
@@ -17,6 +18,7 @@ extern "C" {
status_t commpage_init(void);
void* allocate_commpage_entry(int entry, size_t size);
void* fill_commpage_entry(int entry, const void* copyFrom, size_t size);
image_id get_commpage_image();
status_t arch_commpage_init(void);
// implemented in the architecture specific part