18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci#ifndef _ASM_H8300_SIGCONTEXT_H
38c2ecf20Sopenharmony_ci#define _ASM_H8300_SIGCONTEXT_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_cistruct sigcontext {
68c2ecf20Sopenharmony_ci	unsigned long  sc_mask;		/* old sigmask */
78c2ecf20Sopenharmony_ci	unsigned long  sc_usp;		/* old user stack pointer */
88c2ecf20Sopenharmony_ci	unsigned long  sc_er0;
98c2ecf20Sopenharmony_ci	unsigned long  sc_er1;
108c2ecf20Sopenharmony_ci	unsigned long  sc_er2;
118c2ecf20Sopenharmony_ci	unsigned long  sc_er3;
128c2ecf20Sopenharmony_ci	unsigned long  sc_er4;
138c2ecf20Sopenharmony_ci	unsigned long  sc_er5;
148c2ecf20Sopenharmony_ci	unsigned long  sc_er6;
158c2ecf20Sopenharmony_ci	unsigned short sc_ccr;
168c2ecf20Sopenharmony_ci	unsigned long  sc_pc;
178c2ecf20Sopenharmony_ci};
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif
20