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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cesar/hal/phy/phy.h b/cesar/hal/phy/phy.h
index 35ea3ba9ab..d4429df34c 100644
--- a/cesar/hal/phy/phy.h
+++ b/cesar/hal/phy/phy.h
@@ -125,19 +125,17 @@ phy_deferred_schedule (phy_t *ctx);
/**
* Get current date.
- * \param ctx phy context
* \return current date
*/
u32
-phy_date (phy_t *ctx);
+phy_date (void);
/**
* Retrieve uncorrected current date.
- * \param ctx phy context
* \return current uncorrected date
*/
u32
-phy_sysdate (phy_t *ctx);
+phy_sysdate (void);
/**
* Set the clock correction.