summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-12-23 00:47:06 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-12-26 20:52:18 +0000
commit1bd795c951de88bb47ad1dbad20d742bd44eec3d (patch)
tree41c3582ea668fa88188e7a66f93a33c81615bc10 /src/host/layer23/include/osmocom/bb
parent39dc9c463c26490d9a2bbb7d9fe0bfb6e0a1bca2 (diff)
layer23/include/sap_interface.h: use #pragma once
Diffstat (limited to 'src/host/layer23/include/osmocom/bb')
-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 */