blob: b1feb3388862b029e4ffd575855504bc27e0decf [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
wdenk5c952cf2004-10-10 21:27:30 +00002/*
3 * (C) Copyright 2004, Psyent Corporation <www.psyent.com>
4 * Scott McNutt <smcnutt@psyent.com>
wdenk5c952cf2004-10-10 21:27:30 +00005 */
6
7#ifndef __ASM_NIOS2_PTRACE_H_
8#define __ASM_NIOS2_PTRACE_H_
9
10struct pt_regs {
11 unsigned reg[32];
12 unsigned status;
13};
14
wdenk5c952cf2004-10-10 21:27:30 +000015#endif /* __ASM_NIOS2_PTRACE_H_ */