GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / microblaze / include / asm / sigcontext.h
blob2819672f1b8d519846c1ba7262de4360e8f9ddd0
1 /*
2 * Copyright (C) 2006 Atmark Techno, Inc.
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 */
9 #ifndef _ASM_MICROBLAZE_SIGCONTEXT_H
10 #define _ASM_MICROBLAZE_SIGCONTEXT_H
12 #include <asm/ptrace.h>
14 struct sigcontext {
15 struct pt_regs regs;
16 unsigned long oldmask;
19 #endif /* _ASM_MICROBLAZE_SIGCONTEXT_H */