blob: 732e9d7e747793dd107db80c0064c76434516413 [file] [log] [blame]
wdenk5c952cf2004-10-10 21:27:30 +00001/*
2 * (C) Copyright 2004, Psyent Corporation <www.psyent.com>
3 * Scott McNutt <smcnutt@psyent.com>
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
wdenk5c952cf2004-10-10 21:27:30 +00006 */
7
8#ifndef __ASM_NIOS2_PTRACE_H_
9#define __ASM_NIOS2_PTRACE_H_
10
11struct pt_regs {
12 unsigned reg[32];
13 unsigned status;
14};
15
16
17#endif /* __ASM_NIOS2_PTRACE_H_ */