mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
				synced 2025-11-03 21:53:18 +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
		
	
	
		
			117 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			117 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _MULT_H_
 | 
						|
#define _MULT_H_
 | 
						|
 | 
						|
void mul_complex(float *out, float *a, float *b, int len);
 | 
						|
 | 
						|
#endif /* _MULT_H_ */
 |