summaryrefslogtreecommitdiffstats
path: root/Src/osmoconbb/src/host/layer23/include/osmocom/bb/common/sap_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/osmoconbb/src/host/layer23/include/osmocom/bb/common/sap_interface.h')
-rw-r--r--Src/osmoconbb/src/host/layer23/include/osmocom/bb/common/sap_interface.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Src/osmoconbb/src/host/layer23/include/osmocom/bb/common/sap_interface.h b/Src/osmoconbb/src/host/layer23/include/osmocom/bb/common/sap_interface.h
deleted file mode 100644
index f2f577a..0000000
--- a/Src/osmoconbb/src/host/layer23/include/osmocom/bb/common/sap_interface.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _SAP_INTERFACE_H
-#define _SAP_INTERFACE_H
-
-typedef int (*osmosap_cb_t)(struct msgb *msg, struct osmocom_ms *ms);
-
-int sap_open(struct osmocom_ms *ms, const char *socket_path);
-int sap_close(struct osmocom_ms *ms);
-int osmosap_send(struct osmocom_ms *ms, struct msgb *msg);
-int osmosap_register_handler(struct osmocom_ms *ms, osmosap_cb_t cb);
-
-#endif /* _SAP_INTERFACE_H */