summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/beacon/test/utest2/src/phy_stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/eoc/beacon/test/utest2/src/phy_stub.c')
-rw-r--r--cesar/cp/eoc/beacon/test/utest2/src/phy_stub.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/cesar/cp/eoc/beacon/test/utest2/src/phy_stub.c b/cesar/cp/eoc/beacon/test/utest2/src/phy_stub.c
new file mode 100644
index 0000000000..97baa8d937
--- /dev/null
+++ b/cesar/cp/eoc/beacon/test/utest2/src/phy_stub.c
@@ -0,0 +1,29 @@
+/* Cesar project {{{
+ *
+ * Copyright (C) 2008 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file src/phy_stub.c
+ * \brief « brief description »
+ * \ingroup « module »
+ *
+ * « long description »
+ */
+#include "common/std.h"
+#include "hal/phy/phy.h"
+#include "bsu/aclf/aclf.h"
+
+u32
+phy_clock_get_zero_cross_captured_date (phy_t *phy)
+{
+ return 0;
+}
+
+u32
+phy_date ()
+{
+ return BSU_ACLF_BP_60HZ_TCK+1;
+}