summaryrefslogtreecommitdiff
path: root/cesar/cp/beacon/test/cco/src/ipmbox_stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/beacon/test/cco/src/ipmbox_stub.c')
-rw-r--r--cesar/cp/beacon/test/cco/src/ipmbox_stub.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/cesar/cp/beacon/test/cco/src/ipmbox_stub.c b/cesar/cp/beacon/test/cco/src/ipmbox_stub.c
new file mode 100644
index 0000000000..4c14998b0d
--- /dev/null
+++ b/cesar/cp/beacon/test/cco/src/ipmbox_stub.c
@@ -0,0 +1,22 @@
+/* Cesar project {{{
+ *
+ * Copyright (C) 2008 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file src/ipmbox_stub.c
+ * \brief « brief description »
+ * \ingroup « module »
+ *
+ * « long description »
+ */
+#include "common/std.h"
+#include "hal/hle/ipmbox.h"
+
+
+void ipmbox_tx (ipmbox_t *ctx, u32 *first_msg, uint length)
+{
+}
+