mirror of
https://github.com/Maschell/libutils.git
synced 2024-11-05 20:55:08 +01:00
9 lines
159 B
C
9 lines
159 B
C
#include <string.h>
|
|
#include "kernel_defs.h"
|
|
#include "kernel_functions.h"
|
|
#include "syscalls.h"
|
|
|
|
void SetupKernelCallback(void){
|
|
KernelSetupSyscalls();
|
|
}
|