summaryrefslogtreecommitdiffstats
path: root/lib/libjove/libjove.c
blob: fe1c080e7647838dbd0e482ccb219d11abd4cc82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include "include/jove.h"

uintmax_t _syscall_message_box = 0;
void *_syscall_message_ptr = 0;

void
libjove_init(uint64_t box, void *boxptr)
{
    _syscall_message_box = box;
    _syscall_message_ptr = boxptr;
}