diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-03-02 20:30:55 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-03-02 20:30:55 +0100 |
| commit | fbc2cc52c8a38c3c63a34f5547ba7c4209a667ac (patch) | |
| tree | 985e3b96308123dc1771abfc30e9fe4f8daac5f4 /kernel/include/userspace.h | |
| parent | 1e1c00c09991846257af4c8e50a177178355d986 (diff) | |
scheduling usermode processes & code refactoring
Diffstat (limited to 'kernel/include/userspace.h')
| -rw-r--r-- | kernel/include/userspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/userspace.h b/kernel/include/userspace.h index e03695d..ebd483e 100644 --- a/kernel/include/userspace.h +++ b/kernel/include/userspace.h @@ -1,7 +1,7 @@ #ifndef USERSPACE_H #define USERSPACE_H +void init_userspace(void); void begin_userspace(void); -void jump_userspace(void); #endif |
