#ifndef EXSIM_TRAFFIC_GEN_H #define EXSIM_TRAFFIC_GEN_H #include #include struct component *create_traffic_gen(struct component *, uintptr_t, size_t); #endif /* EXSIM_TRAFFIC_GEN_H */