]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/sh/include/asm/syscall.h
tracing: Unify arch_syscall_addr() implementations
[net-next-2.6.git] / arch / sh / include / asm / syscall.h
CommitLineData
fb4f87a2
PM
1#ifndef __ASM_SH_SYSCALL_H
2#define __ASM_SH_SYSCALL_H
3
e7b8e675
MF
4extern const unsigned long sys_call_table[];
5
fb4f87a2
PM
6#ifdef CONFIG_SUPERH32
7# include "syscall_32.h"
8#else
9# include "syscall_64.h"
10#endif
11
12#endif /* __ASM_SH_SYSCALL_H */