Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / h8300 / kernel / syscalls.c
blob1f9123a013d30c4f50d898938ddeb5ff91609b94
1 #include <linux/syscalls.h>
2 #include <linux/signal.h>
3 #include <linux/unistd.h>
5 #undef __SYSCALL
6 #define __SYSCALL(nr, call) [nr] = (call),
8 #define sys_mmap2 sys_mmap_pgoff
10 asmlinkage int sys_rt_sigreturn(void);
12 void *_sys_call_table[__NR_syscalls] = {
13 #include <asm/unistd.h>