/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */1/*2* Copyright Altera Corporation (C) 2013. All rights reserved3*4* This program is free software; you can redistribute it and/or modify it5* under the terms and conditions of the GNU General Public License,6* version 2, as published by the Free Software Foundation.7*8* This program is distributed in the hope it will be useful, but WITHOUT9* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or10* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for11* more details.12*13* You should have received a copy of the GNU General Public License along with14* this program. If not, see <http://www.gnu.org/licenses/>.15*16*/17#ifndef _ASM_NIOS2_SIGNAL_H18#define _ASM_NIOS2_SIGNAL_H1920#define SA_RESTORER 0x0400000021#include <asm-generic/signal.h>2223#endif /* _ASM_NIOS2_SIGNAL_H */242526