summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/cp/inc/cp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/ce/rx/cp/inc/cp.h')
-rw-r--r--cesar/ce/rx/cp/inc/cp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cesar/ce/rx/cp/inc/cp.h b/cesar/ce/rx/cp/inc/cp.h
index 9a0aeee7ca..267f05fafa 100644
--- a/cesar/ce/rx/cp/inc/cp.h
+++ b/cesar/ce/rx/cp/inc/cp.h
@@ -125,6 +125,14 @@ ce_rx_cp_send_mme_new_tone_map (ce_rx_t *ce_rx, sta_t *peer, u8 new_tmi,
void
ce_rx_cp_send_mme_refresh_tmi_list (ce_rx_t *ce_rx, sta_t *peer);
+/**
+ * Send a MME to restart initial CE.
+ * \param ce_rx the CE RX context.
+ * \param peer the destination of the MME.
+ */
+void
+ce_rx_cp_send_mme_restart_initial_ce (ce_rx_t *ce_rx, sta_t *peer);
+
END_DECLS
#endif /* ce_rx_cp_inc_cp_h */