summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/ucontext_32.h
blob: b0db36925f5564eb0b2a2a294c60eaaaaa2b763a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _ASMi386_UCONTEXT_H
#define _ASMi386_UCONTEXT_H

struct ucontext {
	unsigned long	  uc_flags;
	struct ucontext  *uc_link;
	stack_t		  uc_stack;
	struct sigcontext uc_mcontext;
	sigset_t	  uc_sigmask;	/* mask last for extensibility */
};

#endif /* !_ASMi386_UCONTEXT_H */
OpenPOWER on IntegriCloud