aboutsummaryrefslogtreecommitdiff
path: root/include/apos/proc.h
blob: 182ae1644ce9818b19ace7bf350249fff65f865a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef APOS_PROC_H
#define APOS_PROC_H

/**
 * @file proc.h
 * Process handling subsystem, should likely be merged into \ref
 * include/apos/tcb.h.
 */

#include <apos/tcb.h>
#include <apos/vmem.h>

stat_t prepare_proc(struct tcb *t, vm_t bin, vm_t interp);
stat_t init_proc(void *fdt);

#endif /* APOS_PROC_H */