ptrace.h 299 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2004, Psyent Corporation <www.psyent.com>
  4. * Scott McNutt <smcnutt@psyent.com>
  5. */
  6. #ifndef __ASM_NIOS2_PTRACE_H_
  7. #define __ASM_NIOS2_PTRACE_H_
  8. struct pt_regs {
  9. unsigned reg[32];
  10. unsigned status;
  11. };
  12. #endif /* __ASM_NIOS2_PTRACE_H_ */