xref: /openbmc/linux/arch/nios2/include/uapi/asm/signal.h (revision e2be04c7)
1e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2b53e906dSLey Foon Tan /*
3b53e906dSLey Foon Tan  * Copyright Altera Corporation (C) 2013. All rights reserved
4b53e906dSLey Foon Tan  *
5b53e906dSLey Foon Tan  * This program is free software; you can redistribute it and/or modify it
6b53e906dSLey Foon Tan  * under the terms and conditions of the GNU General Public License,
7b53e906dSLey Foon Tan  * version 2, as published by the Free Software Foundation.
8b53e906dSLey Foon Tan  *
9b53e906dSLey Foon Tan  * This program is distributed in the hope it will be useful, but WITHOUT
10b53e906dSLey Foon Tan  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11b53e906dSLey Foon Tan  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
12b53e906dSLey Foon Tan  * more details.
13b53e906dSLey Foon Tan  *
14b53e906dSLey Foon Tan  * You should have received a copy of the GNU General Public License along with
15b53e906dSLey Foon Tan  * this program.  If not, see <http://www.gnu.org/licenses/>.
16b53e906dSLey Foon Tan  *
17b53e906dSLey Foon Tan  */
18b53e906dSLey Foon Tan #ifndef _ASM_NIOS2_SIGNAL_H
19b53e906dSLey Foon Tan #define _ASM_NIOS2_SIGNAL_H
20b53e906dSLey Foon Tan 
21b53e906dSLey Foon Tan #define SA_RESTORER 0x04000000
22b53e906dSLey Foon Tan #include <asm-generic/signal.h>
23b53e906dSLey Foon Tan 
24b53e906dSLey Foon Tan #endif /* _ASM_NIOS2_SIGNAL_H */
25