kernel/arm: implement entering userspace

Change-Id: Icf3945db979a8f4444856fc7157649f48b297c29
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5037
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Fredrik Holmqvist <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
David Karoly
2022-03-02 22:38:25 +00:00
committed by waddlesplash
parent 6acf0b3e21
commit 6804f6c764
7 changed files with 136 additions and 13 deletions
@@ -37,4 +37,15 @@ struct arch_fork_arg {
char dummy;
};
#ifdef __cplusplus
extern "C" {
#endif
void arch_return_to_userland(struct iframe *);
#ifdef __cplusplus
}
#endif
#endif /* KERNEL_ARCH_ARM_THREAD_TYPES_H */