Rev 959 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 959 | Rev 1100 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #ifndef __amd64_SYSCALL_H__ |
29 | #ifndef __amd64_SYSCALL_H__ |
30 | #define __amd64_SYSCALL_H__ |
30 | #define __amd64_SYSCALL_H__ |
31 | 31 | ||
32 | #include <arch/types.h> |
32 | #include <arch/types.h> |
33 | 33 | ||
34 | extern __native syscall_handler(__native a1,__native a2, __native a3, |
- | |
35 | __native a4, __native id); |
- | |
36 | extern void syscall_setup_cpu(void); |
34 | extern void syscall_setup_cpu(void); |
37 | 35 | ||
38 | #endif |
36 | #endif |