kern

view src/syscall.h @ 82:8b92b0c1c220

added decimal digits to the disk size output
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 06 Dec 2011 13:45:32 +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_ */