signal: introduce a low-level API to specify the particular signal masks to use
[bertos.git] / bertos / kern / proc.h
index 2def1459ef44362dac8da3699f70705ca5783c99..0cf3bac2a77f8473fc649dc81c787557ab96ea28 100644 (file)
 #include <cpu/types.h> // cpu_stack_t
 #include <cpu/frame.h> // CPU_SAVED_REGS_CNT
 
-#include <kern/signal.h>
-
 /*
  * WARNING: struct Process is considered private, so its definition can change any time
  * without notice. DO NOT RELY on any field defined here, use only the interface