common_node.h 254 B

12345678910111213
  1. #ifndef __COMMON_NODE_H__
  2. #define __COMMON_NODE_H__
  3. #include "my_rtrm.h"
  4. #include "libfunctions.h"
  5. #include "noc_functions.h"
  6. #include "sig_aux.h"
  7. #include "signal_handlers.h"
  8. #include "scc_signals.h"
  9. void common_node_actions(char scen_num[4]);
  10. #endif