Changes in kernel/arch/riscv64/src/userspace.c [c09ff7b:8b6aa39] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/riscv64/src/userspace.c
rc09ff7b r8b6aa39 33 33 */ 34 34 35 #include <userspace.h> 36 #include <typedefs.h> 37 #include <arch.h> 35 38 #include <abi/proc/uarg.h> 36 #include < userspace.h>39 #include <mm/as.h> 37 40 38 41 void userspace(uspace_arg_t *kernel_uarg)
Note:
See TracChangeset
for help on using the changeset viewer.