Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/riscv64/src/userspace.c

    r3fcea34 rc5429fe  
    3333 */
    3434
     35#include <abi/proc/uarg.h>
    3536#include <userspace.h>
    3637
    37 uintptr_t arch_get_initial_sp(uintptr_t stack_base, uintptr_t stack_size)
    38 {
    39         return stack_base + stack_size;
    40 }
    41 
    42 void userspace(uintptr_t pc, uintptr_t sp)
     38void userspace(uspace_arg_t *kernel_uarg)
    4339{
    4440        // FIXME
Note: See TracChangeset for help on using the changeset viewer.