summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/gsm0411_smr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/gsm/gsm0411_smr.h')
-rw-r--r--include/osmocom/gsm/gsm0411_smr.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/osmocom/gsm/gsm0411_smr.h b/include/osmocom/gsm/gsm0411_smr.h
index b0614924..bc908a75 100644
--- a/include/osmocom/gsm/gsm0411_smr.h
+++ b/include/osmocom/gsm/gsm0411_smr.h
@@ -1,5 +1,4 @@
-#ifndef _GSM0411_SMR_H
-#define _GSM0411_SMR_H
+#pragma once
#include <osmocom/gsm/protocol/gsm_04_11.h>
@@ -41,6 +40,3 @@ int gsm411_smr_send(struct gsm411_smr_inst *inst, int msg_type,
/* message from lower layer */
int gsm411_smr_recv(struct gsm411_smr_inst *inst, int msg_type,
struct msgb *msg);
-
-#endif /* _GSM0411_SMR_H */
-