18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef __ABI_CSKY_PTRACE_H
58c2ecf20Sopenharmony_ci#define __ABI_CSKY_PTRACE_H
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_cistruct switch_stack {
88c2ecf20Sopenharmony_ci	unsigned long r8;
98c2ecf20Sopenharmony_ci	unsigned long r9;
108c2ecf20Sopenharmony_ci	unsigned long r10;
118c2ecf20Sopenharmony_ci	unsigned long r11;
128c2ecf20Sopenharmony_ci	unsigned long r12;
138c2ecf20Sopenharmony_ci	unsigned long r13;
148c2ecf20Sopenharmony_ci	unsigned long r14;
158c2ecf20Sopenharmony_ci	unsigned long r15;
168c2ecf20Sopenharmony_ci};
178c2ecf20Sopenharmony_ci#endif /* __ABI_CSKY_PTRACE_H */
18