9 lines
172 B
C
9 lines
172 B
C
#ifndef MINIOS_KERN_FORK_H
|
|
#define MINIOS_KERN_FORK_H
|
|
|
|
#include <type.h>
|
|
#include <kern/process.h>
|
|
|
|
ssize_t kern_fork(PROCESS_0 *p_father);
|
|
|
|
#endif /* MINIOS_KERN_FORK_H */ |