Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / arch / nds32 / include / uapi / asm / ptrace.h
CommitLineData
7f9ea6b7 1/* SPDX-License-Identifier: GPL-2.0 */
e9d0704a
GH
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 */
12struct 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