]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/nios2/include/asm/ptrace.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / nios2 / include / asm / ptrace.h
CommitLineData
5c952cf0
WD
1/*
2 * (C) Copyright 2004, Psyent Corporation <www.psyent.com>
3 * Scott McNutt <smcnutt@psyent.com>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
5c952cf0
WD
6 */
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_ */