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

void __restore(), __restore_rt();