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
syscall_init
void syscall_init()
Initializes the syscall interface.
Definition:
syscall.c:53
src
kernel
interrupts
syscall.h
Generated by
1.8.11