mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
8 lines
152 B
C
8 lines
152 B
C
#ifndef DAWN_UCI_H
|
|
#define DAWN_UCI_H
|
|
|
|
struct probe_metric_s uci_get_dawn_metric();
|
|
|
|
struct time_config_s uci_get_time_config();
|
|
|
|
#endif //DAWN_UCI_H_H
|