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

void __restore(), __restore_rt();