summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/spoc/stub/src/stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/phy/spoc/stub/src/stub.c')
-rw-r--r--cesar/hal/phy/spoc/stub/src/stub.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/cesar/hal/phy/spoc/stub/src/stub.c b/cesar/hal/phy/spoc/stub/src/stub.c
new file mode 100644
index 0000000000..4aeb7d432f
--- /dev/null
+++ b/cesar/hal/phy/spoc/stub/src/stub.c
@@ -0,0 +1,21 @@
+/* Cesar project {{{
+ *
+ * Copyright (C) 2011 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file hal/phy/spoc/stub/src/stub.c
+ * \brief Stubs for SPOC.
+ * \ingroup hal
+ */
+#include "common/std.h"
+#include "hal/phy/spoc/spoc.h"
+
+void
+phy_spoc_compute_all (s32 rho_q30, phy_spoc_coeff_t *coeff)
+ __attribute__((weak));
+
+void
+phy_spoc_compute_all (s32 rho_q30, phy_spoc_coeff_t *coeff) {}