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