Chris Zankel | 9a8fd55 | 2005-06-23 22:01:26 -0700 | [diff] [blame] | 1 | /* |
| 2 | * include/asm-xtensa/signal.h |
| 3 | * |
| 4 | * Swiped from SH. |
| 5 | * |
| 6 | * This file is subject to the terms and conditions of the GNU General Public |
| 7 | * License. See the file "COPYING" in the main directory of this archive |
| 8 | * for more details. |
| 9 | * |
| 10 | * Copyright (C) 2001 - 2005 Tensilica Inc. |
| 11 | */ |
Chris Zankel | 9a8fd55 | 2005-06-23 22:01:26 -0700 | [diff] [blame] | 12 | #ifndef _XTENSA_SIGNAL_H |
| 13 | #define _XTENSA_SIGNAL_H |
| 14 | |
David Howells | 8359672 | 2012-10-15 03:55:40 +0400 | [diff] [blame] | 15 | #include <uapi/asm/signal.h> |
Chris Zankel | 9a8fd55 | 2005-06-23 22:01:26 -0700 | [diff] [blame] | 16 | |
| 17 | #ifndef __ASSEMBLY__ |
Al Viro | 574c486 | 2012-11-25 22:24:19 -0500 | [diff] [blame] | 18 | #define __ARCH_HAS_SA_RESTORER |
Chris Zankel | 9a8fd55 | 2005-06-23 22:01:26 -0700 | [diff] [blame] | 19 | |
Chris Zankel | 9a8fd55 | 2005-06-23 22:01:26 -0700 | [diff] [blame] | 20 | #include <asm/sigcontext.h> |
Chris Zankel | 9a8fd55 | 2005-06-23 22:01:26 -0700 | [diff] [blame] | 21 | |
Chris Zankel | 9a8fd55 | 2005-06-23 22:01:26 -0700 | [diff] [blame] | 22 | #endif /* __ASSEMBLY__ */ |
| 23 | #endif /* _XTENSA_SIGNAL_H */ |