target/fw/include: Fix missing apc helper declaration
authorSylvain Munaut <tnt@246tNt.com>
Sun, 17 Oct 2010 19:19:37 +0000 (21:19 +0200)
committerSylvain Munaut <tnt@246tNt.com>
Mon, 25 Oct 2010 18:58:31 +0000 (20:58 +0200)
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
src/target/firmware/include/layer1/sync.h

index e55fddc..f60966f 100644 (file)
@@ -155,6 +155,8 @@ uint16_t l1s_snr_fract(uint16_t snr);
 
 void l1s_dsp_abort(void);
 
+void l1s_tx_apc_helper(uint16_t arfcn);
+
 /* schedule a completion */
 void l1s_compl_sched(enum l1_compl c);