aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/acc_ramp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/bsc/acc_ramp.h b/include/osmocom/bsc/acc_ramp.h
index 73bd2cc17..ad31f8f56 100644
--- a/include/osmocom/bsc/acc_ramp.h
+++ b/include/osmocom/bsc/acc_ramp.h
@@ -21,6 +21,7 @@
#define _ACC_RAMP_H_
#include <stdbool.h>
+#include <stdint.h>
#include <osmocom/core/timer.h>
@@ -73,4 +74,8 @@ struct acc_ramp {
struct osmo_timer_list step_timer;
};
+void acc_ramp_init(struct acc_ramp *acc_ramp);
+void acc_ramp_start(struct acc_ramp *acc_ramp);
+void acc_ramp_stop(struct acc_ramp *acc_ramp);
+
#endif /* _ACC_RAMP_H_ */