osmo-bts-trx: use '#pragma once' in amr_loop.h

Change-Id: I98e42485955de4a261b6c8d865e84c313c1145d5
Related: SYS#5917, OS#4984
This commit is contained in:
Vadim Yanitskiy 2022-04-11 20:02:37 +03:00
parent 5cbd18cfce
commit 9ab2472851
1 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,4 @@
#ifndef _TRX_LOOPS_H
#define _TRX_LOOPS_H
#pragma once
#include <osmo-bts/scheduler.h>
@ -15,5 +14,3 @@ void trx_loop_amr_input(struct l1sched_chan_state *chan_state,
int n_errors, int n_bits_total);
void trx_loop_amr_set(struct l1sched_chan_state *chan_state, int loop);
#endif /* _TRX_LOOPS_H */