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