00001 00006 #ifndef TIMED_LATENCY_CONTROLLER_H_ 00007 #define TIMED_LATENCY_CONTROLLER_H_ 00008 00009 #include "timed_latency.h" 00010 #include <util/config.h> 00011 #include <execution.h> 00012 #include <execution/timing.h> 00013 00014 #ifdef __cplusplus 00015 extern "C" { 00016 #endif 00017 00018 void timed_latency_controller_static_init(Config * config); 00019 00020 #ifdef __cplusplus 00021 } 00022 #endif 00023 00024 #endif /* TIMED_LATENCY_CONTROLLER_H_ */