162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci
362306a36Sopenharmony_ci#ifndef __ABI_CSKY_PTRACE_H
462306a36Sopenharmony_ci#define __ABI_CSKY_PTRACE_H
562306a36Sopenharmony_ci
662306a36Sopenharmony_cistruct switch_stack {
762306a36Sopenharmony_ci	unsigned long r8;
862306a36Sopenharmony_ci	unsigned long r9;
962306a36Sopenharmony_ci	unsigned long r10;
1062306a36Sopenharmony_ci	unsigned long r11;
1162306a36Sopenharmony_ci	unsigned long r12;
1262306a36Sopenharmony_ci	unsigned long r13;
1362306a36Sopenharmony_ci	unsigned long r14;
1462306a36Sopenharmony_ci	unsigned long r15;
1562306a36Sopenharmony_ci};
1662306a36Sopenharmony_ci#endif /* __ABI_CSKY_PTRACE_H */
17