162306a36Sopenharmony_ci/*
262306a36Sopenharmony_ci * include/asm-xtensa/ucontext.h
362306a36Sopenharmony_ci *
462306a36Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public
562306a36Sopenharmony_ci * License.  See the file "COPYING" in the main directory of this archive
662306a36Sopenharmony_ci * for more details.
762306a36Sopenharmony_ci *
862306a36Sopenharmony_ci * Copyright (C) 2001 - 2005 Tensilica Inc.
962306a36Sopenharmony_ci */
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#ifndef _XTENSA_UCONTEXT_H
1262306a36Sopenharmony_ci#define _XTENSA_UCONTEXT_H
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_cistruct ucontext {
1562306a36Sopenharmony_ci	unsigned long	  uc_flags;
1662306a36Sopenharmony_ci	struct ucontext  *uc_link;
1762306a36Sopenharmony_ci	stack_t		  uc_stack;
1862306a36Sopenharmony_ci	struct sigcontext uc_mcontext;
1962306a36Sopenharmony_ci	sigset_t	  uc_sigmask;	/* mask last for extensibility */
2062306a36Sopenharmony_ci};
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ci#endif /* _XTENSA_UCONTEXT_H */
23