1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
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
10 #ifndef _ASM_MICROBLAZE_SIGCONTEXT_H
11 #define _ASM_MICROBLAZE_SIGCONTEXT_H
13 /* FIXME should be linux/ptrace.h */
14 #include <asm/ptrace.h>
18 unsigned long oldmask
;
21 #endif /* _ASM_MICROBLAZE_SIGCONTEXT_H */