UnnamedOS
syscall.h
Go to the documentation of this file.
1 
7 #ifndef INTERRUPTS_SYSCALL_H
8 #define INTERRUPTS_SYSCALL_H
9 
10 #include <stdint.h>
11 
12 void syscall_init();
13 
14 #endif
15 
void syscall_init()
Initializes the syscall interface.
Definition: syscall.c:53