summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/rx.h
diff options
context:
space:
mode:
authordufour2009-07-16 09:13:35 +0000
committerdufour2009-07-16 09:13:35 +0000
commit12f013b59b35f50970c982d58bfe3570ea896048 (patch)
tree478c0dd1996001f77396ff994288c07671a30784 /cesar/ce/rx/rx.h
parent911c6bedb380db024365655aeb16a13dbf7a6278 (diff)
* ce/rx:
- ask the PBProc for the noise NRJ when CE RX start. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4984 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/ce/rx/rx.h')
-rw-r--r--cesar/ce/rx/rx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cesar/ce/rx/rx.h b/cesar/ce/rx/rx.h
index 3ce412112f..a7783d1c16 100644
--- a/cesar/ce/rx/rx.h
+++ b/cesar/ce/rx/rx.h
@@ -27,10 +27,11 @@ BEGIN_DECLS
* Initialize the CE in RX.
* \param mac_store the MAC store context.
* \param sar the SAR context.
+ * \param pbproc the PBProc context.
* \return the context of the CE in RX.
*/
ce_rx_t *
-ce_rx_init (mac_store_t *mac_store, sar_t *sar);
+ce_rx_init (mac_store_t *mac_store, sar_t *sar, pbproc_t *pbproc);
/**
* Un-initialize the CE in RX.