![]() |
|
|||
0001 /* 0002 * Copyright (C) 2000 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com) 0003 * Licensed under the GPL 0004 */ 0005 0006 #include <asm/unistd.h> 0007 #include <sysdep/ptrace.h> 0008 0009 typedef long syscall_handler_t(struct syscall_args); 0010 0011 extern syscall_handler_t *sys_call_table[]; 0012 0013 #define EXECUTE_SYSCALL(syscall, regs) \ 0014 ((*sys_call_table[syscall]))(SYSCALL_ARGS(®s->regs))
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |