9 lines
228 B
C
Raw Normal View History

2021-05-23 22:24:02 +08:00
#pragma once
#include <lib/launcher.h>
#include <lib/type.h>
int spawn(char *path, int *new_process_cap, int *new_thread_cap,
struct pmo_map_request *pmo_map_reqs, int nr_pmo_map_reqs, int caps[],
int nr_caps, int aff);