blob: 317d8ae09b4437229e2191b48d05e267c23bed0c [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
15
16#endif /* __ASM_NIOS2_PTRACE_H_ */