1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * Port on Texas Instruments TMS320C6x architecture
5 * Copyright (C) 2004, 2009 Texas Instruments Incorporated
6 * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com)
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
12 #ifndef _ASM_C6X_SIGCONTEXT_H
13 #define _ASM_C6X_SIGCONTEXT_H
17 unsigned long sc_mask
; /* old sigmask */
18 unsigned long sc_sp
; /* old user stack pointer */
81 #endif /* _ASM_C6X_SIGCONTEXT_H */