kern
annotate 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 |
rev | line source |
---|---|
nuclear@51 | 1 #ifndef SYSCALL_H_ |
nuclear@51 | 2 #define SYSCALL_H_ |
nuclear@51 | 3 |
nuclear@72 | 4 #define KDEF_SYSCALL_H |
nuclear@72 | 5 #include "kdef.h" |
nuclear@51 | 6 |
nuclear@51 | 7 #ifndef ASM |
nuclear@51 | 8 void init_syscall(void); |
nuclear@51 | 9 #endif |
nuclear@51 | 10 |
nuclear@51 | 11 #endif /* SYSCALL_H_ */ |