1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * Copyright 2004-2008 Analog Devices Inc.
5 * Licensed under the GPL-2 or later.
8 #ifndef _UAPI_ASM_BLACKFIN_SIGCONTEXT_H
9 #define _UAPI_ASM_BLACKFIN_SIGCONTEXT_H
11 /* Add new entries at the end of the structure only. */
32 unsigned long sc_astat
;
33 unsigned long sc_rets
;
35 unsigned long sc_retx
;
59 unsigned long sc_seqstat
;
62 #endif /* _UAPI_ASM_BLACKFIN_SIGCONTEXT_H */