#ifndef __KERNEL_SIGNAL_H__ # define __KERNEL_SIGNAL_H__ #include #include #include // Internal extern int signal_raise(struct process *proc, int sig); extern int signal_deliver_pending(struct process *proc); #endif /*__KERNEL_SIGNAL_H__*/