1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * include/asm-xtensa/sigcontext.h
5 * This file is subject to the terms and conditions of the GNU General Public
6 * License. See the file "COPYING" in the main directory of this archive
9 * Copyright (C) 2001 - 2007 Tensilica Inc.
12 #ifndef _XTENSA_SIGCONTEXT_H
13 #define _XTENSA_SIGCONTEXT_H
19 unsigned long sc_lbeg
;
20 unsigned long sc_lend
;
21 unsigned long sc_lcount
;
23 unsigned long sc_acclo
;
24 unsigned long sc_acchi
;
25 unsigned long sc_a
[16];
29 #endif /* _XTENSA_SIGCONTEXT_H */