aboutsummaryrefslogtreecommitdiff
path: root/include/apos/proc.h
blob: e1ea7b6664e9b806937aabad7ee98357d5cea24e (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>

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

#endif /* APOS_PROC_H */