Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/ptrace.h>
#include <kern_util.h>
#include <sysdep/ptrace.h>
#include <sysdep/syscalls.h>
Go to the source code of this file.
Macros | |
#define | NR_SYSCALLS (syscall_table_size / sizeof(void *)) |
Functions | |
void | handle_syscall (struct uml_pt_regs *r) |
Variables | |
int | syscall_table_size |
#define NR_SYSCALLS (syscall_table_size / sizeof(void *)) |
void handle_syscall | ( | struct uml_pt_regs * | r | ) |
int syscall_table_size |
Definition at line 54 of file sys_call_table_32.c.