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 */