nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
syscall.h
Go to the documentation of this file.
1 enum SYS_NR_IDX {
7 
11 
13 };
14 
15 extern int syscall(int fn, ...);
16 
17 /* End of a file */