feat: moved libk stuff to libk folder
This commit is contained in:
17
kernel/libk/syscall.h
Normal file
17
kernel/libk/syscall.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Created by rick on 22-02-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_SYSCALL_H
|
||||
#define NEW_KERNEL_SYSCALL_H
|
||||
|
||||
#include <attributes.h>
|
||||
|
||||
#define SYSCALL_START_SCHEDULER 0x01
|
||||
#define SYSCALL_YIELD_JOB 0x02
|
||||
|
||||
void syscall_yield_job();
|
||||
|
||||
void noreturn syscall_start_scheduler();
|
||||
|
||||
#endif //NEW_KERNEL_SYSCALL_H
|
||||
Reference in New Issue
Block a user