aboutsummaryrefslogtreecommitdiff
path: root/include/apos/proc.h
blob: 238e0f64ef256daa6817c4f08135bfa34df10528 (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 vmem *b);

#endif /* APOS_PROC_H */