aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-04-15 03:32:23 +0200
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-04-21 01:26:00 +0200
commitb11012c1f57511c2f3783d62da0e150b43556da8 (patch)
tree168cc762b803616498ed74bbfef591fb91fc1fb8
parentab5cc5e6c53648c0809bd82558a13dc8248b0cfa (diff)
osmo-bts-trx: cosmetic: use '#pragma once' in trx_if.h
-rw-r--r--src/osmo-bts-trx/trx_if.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/osmo-bts-trx/trx_if.h b/src/osmo-bts-trx/trx_if.h
index 120d3bda..18ba74f3 100644
--- a/src/osmo-bts-trx/trx_if.h
+++ b/src/osmo-bts-trx/trx_if.h
@@ -1,5 +1,4 @@
-#ifndef TRX_IF_H
-#define TRX_IF_H
+#pragma once
struct trx_dl_burst_req;
struct trx_l1h;
@@ -44,5 +43,3 @@ int trx_if_powered(struct trx_l1h *l1h);
/* Format negotiation command */
int trx_if_cmd_setformat(struct trx_l1h *l1h, uint8_t ver, trx_if_cmd_generic_cb *cb);
-
-#endif /* TRX_IF_H */