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