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