aboutsummaryrefslogtreecommitdiff
path: root/include/apos/proc.h
blob: 8071ddaf79bb557ce3d24122a9eebf383b175af9 (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, vm_t bin, int argc, char **argv);

#endif /* APOS_PROC_H */