Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / microblaze / include / uapi / asm / sigcontext.h
blob47eb2e2111bbb8c6c73fe1e2f165453b8b64074e
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
3 * Copyright (C) 2006 Atmark Techno, Inc.
5 * This file is subject to the terms and conditions of the GNU General Public
6 * License. See the file "COPYING" in the main directory of this archive
7 * for more details.
8 */
10 #ifndef _ASM_MICROBLAZE_SIGCONTEXT_H
11 #define _ASM_MICROBLAZE_SIGCONTEXT_H
13 /* FIXME should be linux/ptrace.h */
14 #include <asm/ptrace.h>
16 struct sigcontext {
17 struct pt_regs regs;
18 unsigned long oldmask;
21 #endif /* _ASM_MICROBLAZE_SIGCONTEXT_H */