aboutsummaryrefslogtreecommitdiff
path: root/include/apos/proc.h
blob: f8353942d66136b32eeacdb1cb35b28f22ed3ef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef APOS_PROC_H
#define APOS_PROC_H

#include <apos/tcb.h>
#include <apos/vmem.h>

void jump_to_userspace(struct tcb *t, int argc, char **argv);
void init_proc(void *fdt, struct vm_branch *b);

#endif /* APOS_PROC_H */