scc_signals.h 197 B

1234567891011
  1. #ifndef __SCC_SIGNALS_H__
  2. #define __SCC_SIGNALS_H__
  3. #include "my_rtrm.h"
  4. #include "signal_handlers.h"
  5. #include "RCCE.h"
  6. int scc_kill(int target_ID, int sig);
  7. void scc_signals_check(void);
  8. #endif