kern

view src/syscall.h @ 73:b4b7198986a6

fixed a potential null dereference when deleting a bug in the redblack tree
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 15 Oct 2011 08:06:10 +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_ */