1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 #ifndef __ASM_CSKY_SIGCONTEXT_H
4 #define __ASM_CSKY_SIGCONTEXT_H
6 #include <asm/ptrace.h>
9 struct pt_regs sc_pt_regs;
10 struct user_fp sc_user_fp;
13 #endif /* __ASM_CSKY_SIGCONTEXT_H */