diff options
Diffstat (limited to 'reincarnation.h')
| -rw-r--r-- | reincarnation.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/reincarnation.h b/reincarnation.h index 19a3a8d..7e1b16e 100644 --- a/reincarnation.h +++ b/reincarnation.h @@ -24,6 +24,12 @@ #include <hurd.h> -#define INIT_PORT_REINCARNATION INIT_PORT_MAX +#define TASK_PORT_REGISTER_REINCARNATION 0 + +error_t +reincarnation_set_port (task_t task, mach_port_t port); + +error_t +reincarnation_get_port (task_t task, mach_port_t *port); #endif /* __REINCARNATION_H__ */ |
