xref: /openbmc/linux/arch/arm64/include/uapi/asm/signal.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
24262a727SDavid Howells /*
34262a727SDavid Howells  * Copyright (C) 2012 ARM Ltd.
44262a727SDavid Howells  *
54262a727SDavid Howells  * This program is free software; you can redistribute it and/or modify
64262a727SDavid Howells  * it under the terms of the GNU General Public License version 2 as
74262a727SDavid Howells  * published by the Free Software Foundation.
84262a727SDavid Howells  *
94262a727SDavid Howells  * This program is distributed in the hope that it will be useful,
104262a727SDavid Howells  * but WITHOUT ANY WARRANTY; without even the implied warranty of
114262a727SDavid Howells  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
124262a727SDavid Howells  * GNU General Public License for more details.
134262a727SDavid Howells  *
144262a727SDavid Howells  * You should have received a copy of the GNU General Public License
154262a727SDavid Howells  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
164262a727SDavid Howells  */
174262a727SDavid Howells #ifndef __ASM_SIGNAL_H
184262a727SDavid Howells #define __ASM_SIGNAL_H
194262a727SDavid Howells 
204262a727SDavid Howells /* Required for AArch32 compatibility. */
214262a727SDavid Howells #define SA_RESTORER	0x04000000
224262a727SDavid Howells 
23c9692657SManjeet Pawar #define MINSIGSTKSZ 5120
24c9692657SManjeet Pawar #define SIGSTKSZ    16384
25c9692657SManjeet Pawar 
264262a727SDavid Howells #include <asm-generic/signal.h>
274262a727SDavid Howells 
284262a727SDavid Howells #endif
29