Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 958 → Rev 959

/kernel/trunk/arch/amd64/include/syscall.h
31,7 → 31,8
 
#include <arch/types.h>
 
extern __native syscall_handler(__native id, __native a1, __native a2, __native a3);
extern __native syscall_handler(__native a1,__native a2, __native a3,
__native a4, __native id);
extern void syscall_setup_cpu(void);
 
#endif