summaryrefslogtreecommitdiff
path: root/arch/mips/ksigaction.h
blob: 648ce0685bae6043f636a50a46c5d744adf14b4f (plain) (blame)
1
2
3
4
5
6
struct k_sigaction {
	unsigned flags;
	void (*handler)(int);
	unsigned long mask[4];
	void (*restorer)();
};