sh: Provide the asm/syscall.h interface, needed by tracehook.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
10
arch/sh/include/asm/syscall.h
Normal file
10
arch/sh/include/asm/syscall.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __ASM_SH_SYSCALL_H
|
||||
#define __ASM_SH_SYSCALL_H
|
||||
|
||||
#ifdef CONFIG_SUPERH32
|
||||
# include "syscall_32.h"
|
||||
#else
|
||||
# include "syscall_64.h"
|
||||
#endif
|
||||
|
||||
#endif /* __ASM_SH_SYSCALL_H */
|
Reference in New Issue
Block a user