kern

view src/syscall.h @ 74:d3601789d638

fixed cleanup_vm to avoid cleaning up kernel pages
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 15 Oct 2011 08:06:58 +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_ */