nds32: Use the correct style for SPDX License Identifier
[sfrench/cifs-2.6.git] / arch / nds32 / include / uapi / asm / ptrace.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 // Copyright (C) 2005-2017 Andes Technology Corporation
3
4 #ifndef __UAPI_ASM_NDS32_PTRACE_H
5 #define __UAPI_ASM_NDS32_PTRACE_H
6
7 #ifndef __ASSEMBLY__
8
9 /*
10  * User structures for general purpose register.
11  */
12 struct user_pt_regs {
13         long uregs[26];
14         long fp;
15         long gp;
16         long lp;
17         long sp;
18         long ipc;
19         long lb;
20         long le;
21         long lc;
22         long syscallno;
23 };
24 #endif
25 #endif