Rev 3068 | Rev 3222 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3068 | Rev 3113 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | 34 | ||
35 | #ifndef KERN_SYSCALL_H_ |
35 | #ifndef KERN_SYSCALL_H_ |
36 | #define KERN_SYSCALL_H_ |
36 | #define KERN_SYSCALL_H_ |
37 | 37 | ||
38 | typedef enum { |
38 | typedef enum { |
39 | SYS_IO = 0, |
39 | SYS_KLOG = 0, |
40 | SYS_TLS_SET = 1, /* Hardcoded in AMD64, IA32 uspace - fibril.S */ |
40 | SYS_TLS_SET = 1, /* Hardcoded in AMD64, IA32 uspace - fibril.S */ |
41 | 41 | ||
42 | SYS_THREAD_CREATE, |
42 | SYS_THREAD_CREATE, |
43 | SYS_THREAD_EXIT, |
43 | SYS_THREAD_EXIT, |
44 | SYS_THREAD_GET_ID, |
44 | SYS_THREAD_GET_ID, |