MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-nios2nommu / sigcontext.h
blob7321e7d0b2f69c7c66ad23fd9c95b4f1c2ec6078
1 /*
2 * Taken from the m68knommu.
4 * Copyright (C) 2004, Microtronix Datacom Ltd.
5 *
6 * All rights reserved.
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
16 * NON INFRINGEMENT. See the GNU General Public License for more
17 * details.
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25 #ifndef _ASM_NIOS2NOMMU_SIGCONTEXT_H
26 #define _ASM_NIOS2NOMMU_SIGCONTEXT_H
28 #include <asm/ptrace.h>
30 struct sigcontext {
31 struct pt_regs regs;
32 unsigned long sc_mask; /* old sigmask */
35 #endif