summaryrefslogtreecommitdiffstats
path: root/src/host
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-08-17 12:05:41 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-10-03 18:43:08 +0700
commit3ceba3476d6156d965686972f1b24daca3c7286f (patch)
treeeebb8a9ad2b491253f4f5323856d2ba1a0e3e08c /src/host
parentc66e5e204395c694267316e2c70506a9192b8ba8 (diff)
mobile/voice.h: use '#pragma once' include guard
Diffstat (limited to 'src/host')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/voice.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/voice.h b/src/host/layer23/include/osmocom/bb/mobile/voice.h
index a0524183..b9817f8a 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/voice.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/voice.h
@@ -1,7 +1,4 @@
-#ifndef _voice_h
-#define _voice_h
+#pragma once
int gsm_voice_init(struct osmocom_ms *ms);
int gsm_send_voice(struct osmocom_ms *ms, struct gsm_data_frame *data);
-
-#endif /* _voice_h */