blob: 9875bae4b34ee6107cad47d14fe7d41d0e397d7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef EXSIM_TRAFFIC_GEN_H
#define EXSIM_TRAFFIC_GEN_H
#include <stdint.h>
#include <stddef.h>
struct component *create_traffic_gen(struct component *, uintptr_t, size_t);
#endif /* EXSIM_TRAFFIC_GEN_H */
|