kern

view src/syscall.h @ 95:ec62cbe00b55

whatever
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 11 Dec 2011 21:15:35 +0200
parents 5b29b15c5412
children
line source
1 #ifndef SYSCALL_H_
2 #define SYSCALL_H_
4 #define KDEF_SYSCALL_H
5 #include "kdef.h"
7 #ifndef ASM
8 void init_syscall(void);
9 #endif
11 #endif /* SYSCALL_H_ */