summaryrefslogblamecommitdiff
path: root/src/internal/ksigaction.h
blob: 9a70f93798bfb9c3fac835e931eb87290402ae38 (plain) (tree)
1
2
3
4
5
6



                               
                         
  
struct k_sigaction {
	void (*handler)(int);
	unsigned long flags;
	void (*restorer)(void);
	unsigned mask[2];
};