mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 21:23:16 +00:00
Take the chance to update some includes using files available in that subdir to have them ina more uniform way. Change-Id: Ibda3c54fd4dc3f6b845cc373f1a1e6b758c1ea82
7 lines
127 B
C
7 lines
127 B
C
#ifndef _SCALE_H_
|
|
#define _SCALE_H_
|
|
|
|
void scale_complex(float *out, float *in, float *scale, int len);
|
|
|
|
#endif /* _SCALE_H_ */
|