fixeria submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved laforge: Looks good to me, approved
osmo-bts-trx: use '#pragma once' in amr_loop.h

Change-Id: I98e42485955de4a261b6c8d865e84c313c1145d5
Related: SYS#5917, OS#4984
---
M src/osmo-bts-trx/amr_loop.h
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/osmo-bts-trx/amr_loop.h b/src/osmo-bts-trx/amr_loop.h
index 4aa05c4..85f73fd 100644
--- a/src/osmo-bts-trx/amr_loop.h
+++ b/src/osmo-bts-trx/amr_loop.h
@@ -1,5 +1,4 @@
-#ifndef _TRX_LOOPS_H
-#define _TRX_LOOPS_H
+#pragma once

#include <osmo-bts/scheduler.h>

@@ -15,5 +14,3 @@
int n_errors, int n_bits_total);

void trx_loop_amr_set(struct l1sched_chan_state *chan_state, int loop);
-
-#endif /* _TRX_LOOPS_H */

To view, visit change 27751. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I98e42485955de4a261b6c8d865e84c313c1145d5
Gerrit-Change-Number: 27751
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged