blob: de169b4eaeef51b4353003afc6e169f19f2114f6 [file] [log] [blame]
Chris Zankel9a8fd552005-06-23 22:01:26 -07001/*
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 Zankel9a8fd552005-06-23 22:01:26 -070012#ifndef _XTENSA_SIGNAL_H
13#define _XTENSA_SIGNAL_H
14
David Howells83596722012-10-15 03:55:40 +040015#include <uapi/asm/signal.h>
Chris Zankel9a8fd552005-06-23 22:01:26 -070016
17#ifndef __ASSEMBLY__
Al Viro574c4862012-11-25 22:24:19 -050018#define __ARCH_HAS_SA_RESTORER
Chris Zankel9a8fd552005-06-23 22:01:26 -070019
Chris Zankel9a8fd552005-06-23 22:01:26 -070020#include <asm/sigcontext.h>
Chris Zankel9a8fd552005-06-23 22:01:26 -070021
Chris Zankel9a8fd552005-06-23 22:01:26 -070022#endif /* __ASSEMBLY__ */
23#endif /* _XTENSA_SIGNAL_H */