summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/phy.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/phy/phy.h')
-rw-r--r--cesar/hal/phy/phy.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cesar/hal/phy/phy.h b/cesar/hal/phy/phy.h
index 7890320510..40b9593b87 100644
--- a/cesar/hal/phy/phy.h
+++ b/cesar/hal/phy/phy.h
@@ -99,6 +99,13 @@ phy_init (void *user_data, phy_rx_fc_cb_t rx_fc_cb, phy_access_cb_t access_cb,
phy_tx_false_alarm_cb_t tx_false_alarm_cb, phy_deferred_cb_t deferred_cb);
/**
+ * Check compatibility between software and hardware.
+ * \param ctx phy context
+ */
+void
+phy_check_hardware (phy_t *ctx);
+
+/**
* Set the tone mask and its related parameters, this is a kind of
* initialisation second step.
* \param ctx phy context