8 lines
174 B
C
8 lines
174 B
C
#ifndef MINIOS_KERN_EXEC_H
|
|
#define MINIOS_KERN_EXEC_H
|
|
|
|
#include <kern/process.h>
|
|
|
|
ssize_t kern_exec(PROCESS_0 *p_proc, const char *pathname);
|
|
|
|
#endif /* MINIOS_KERN_EXEC_H */ |