linux/arch/csky/abiv1/inc/abi/switch_context.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0 */
   2// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
   3
   4#ifndef __ABI_CSKY_PTRACE_H
   5#define __ABI_CSKY_PTRACE_H
   6
   7struct switch_stack {
   8        unsigned long r8;
   9        unsigned long r9;
  10        unsigned long r10;
  11        unsigned long r11;
  12        unsigned long r12;
  13        unsigned long r13;
  14        unsigned long r14;
  15        unsigned long r15;
  16};
  17#endif /* __ABI_CSKY_PTRACE_H */
  18