git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9449999e954d6438b5c2902c6d34c6c8b9429c3c
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
includes
/
lunaix
/
syscall.h
1
#ifndef __LUNAIX_OSDEPS_SYSCALL_H
2
#define __LUNAIX_OSDEPS_SYSCALL_H
3
4
#include <lunaix/syscallid.h>
5
6
extern unsigned long
7
do_lunaix_syscall(unsigned long call_id, ...);
8
9
#endif /* __LUNAIX_OSDEPS_SYSCALL_H */