summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/include/osmocom')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/sap_interface.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/sap_interface.h b/src/host/layer23/include/osmocom/bb/common/sap_interface.h
index e4e64cef..67e859b2 100644
--- a/src/host/layer23/include/osmocom/bb/common/sap_interface.h
+++ b/src/host/layer23/include/osmocom/bb/common/sap_interface.h
@@ -1,5 +1,4 @@
-#ifndef _SAP_INTERFACE_H
-#define _SAP_INTERFACE_H
+#pragma once
typedef int (*osmosap_cb_t)(struct msgb *msg, struct osmocom_ms *ms);
@@ -70,6 +69,3 @@ struct sap_msg {
uint8_t num_params;
struct sap_param *params;
};
-
-
-#endif /* _SAP_INTERFACE_H */