kern

view src/syscall.h @ 98:921a264297a4

merged the filesystem stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 17 Apr 2014 17:03:30 +0300
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_ */