Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 
0003 #ifndef __ASM_CSKY_SIGCONTEXT_H
0004 #define __ASM_CSKY_SIGCONTEXT_H
0005 
0006 #include <asm/ptrace.h>
0007 
0008 struct sigcontext {
0009     struct pt_regs  sc_pt_regs;
0010     struct user_fp  sc_user_fp;
0011 };
0012 
0013 #endif /* __ASM_CSKY_SIGCONTEXT_H */