Subversion Repositories HelenOS-historic

Rev

Rev 803 | Rev 1100 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 803 Rev 959
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 id, __native a1, __native a2, __native a3);
34
extern __native syscall_handler(__native a1,__native a2, __native a3,
-
 
35
                __native a4, __native id);
35
extern void syscall_setup_cpu(void);
36
extern void syscall_setup_cpu(void);
36
 
37
 
37
#endif
38
#endif