nckernel
0.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
slibc
include
sys
syscall.h
Go to the documentation of this file.
1
enum
SYS_NR_IDX
{
2
SYS_NR_OPEN
,
3
SYS_NR_CLOSE
,
4
SYS_NR_READ
,
5
SYS_NR_WRITE
,
6
SYS_NR_SEEK
,
7
8
SYS_NR_OPENDIR
,
9
SYS_NR_CLOSEDIR
,
10
SYS_NR_READDIR
,
11
12
SYS_NR_YIELD
,
13
};
14
15
extern
int
syscall
(
int
fn, ...);
16
17
/* End of a file */
Generated on Thu Nov 7 2013 02:45:25 for nckernel by
1.8.4