aboutsummaryrefslogtreecommitdiff
path: root/include/apos/proc.h
blob: 6f272b1a7739e3ec371073d4779f9fcf390a1829 (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, vm_t bin, int argc, char **argv);
vm_t setup_call_stack(struct tcb *t, vm_t start, size_t bytes);

#endif /* APOS_PROC_H */