diff options
Diffstat (limited to 'include/arch')
| -rw-r--r-- | include/arch/proc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/arch/proc.h b/include/arch/proc.h index 341a2f4..345f812 100644 --- a/include/arch/proc.h +++ b/include/arch/proc.h @@ -112,8 +112,9 @@ void adjust_syscall(struct tcb *t); * * @param t Thread that \c init is attached to. * @param fdt Pointer to FDT that is passed to \c init. + * @param initrd Pointer to initrd that is passed to \c init. */ -__noreturn void run_init(struct tcb *t, void *fdt); +__noreturn void run_init(struct tcb *t, void *fdt, void *initrd); /** * Return to userspace fast. |
