1*789154c2SGuo Ren /* SPDX-License-Identifier: GPL-2.0 */ 2*789154c2SGuo Ren 3*789154c2SGuo Ren #ifndef __ABI_CSKY_PTRACE_H 4*789154c2SGuo Ren #define __ABI_CSKY_PTRACE_H 5*789154c2SGuo Ren 6*789154c2SGuo Ren struct switch_stack { 7*789154c2SGuo Ren unsigned long r8; 8*789154c2SGuo Ren unsigned long r9; 9*789154c2SGuo Ren unsigned long r10; 10*789154c2SGuo Ren unsigned long r11; 11*789154c2SGuo Ren unsigned long r12; 12*789154c2SGuo Ren unsigned long r13; 13*789154c2SGuo Ren unsigned long r14; 14*789154c2SGuo Ren unsigned long r15; 15*789154c2SGuo Ren }; 16*789154c2SGuo Ren #endif /* __ABI_CSKY_PTRACE_H */ 17