]> Git Repo - linux.git/blob - arch/csky/include/uapi/asm/sigcontext.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / csky / include / uapi / asm / sigcontext.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
3 #ifndef __ASM_CSKY_SIGCONTEXT_H
4 #define __ASM_CSKY_SIGCONTEXT_H
5
6 #include <asm/ptrace.h>
7
8 struct sigcontext {
9         struct pt_regs  sc_pt_regs;
10         struct user_fp  sc_user_fp;
11 };
12
13 #endif /* __ASM_CSKY_SIGCONTEXT_H */
This page took 0.031626 seconds and 4 git commands to generate.