summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/misc/bcch_scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/misc/bcch_scan.h')
-rw-r--r--src/host/layer23/src/misc/bcch_scan.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/host/layer23/src/misc/bcch_scan.h b/src/host/layer23/src/misc/bcch_scan.h
new file mode 100644
index 00000000..ab861b42
--- /dev/null
+++ b/src/host/layer23/src/misc/bcch_scan.h
@@ -0,0 +1,6 @@
+#pragma once
+
+struct osmocom_ms;
+
+int fps_start(struct osmocom_ms *ms);
+int fps_init(void);