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

#include <apos/tcb.h>
void jump_to_userspace(struct tcb *t, char **argv, int argc);

#endif /* APOS_PROC_H */