summaryrefslogtreecommitdiff
path: root/cesar/mac/ca/test/ca_eoc/inc/phy_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/ca/test/ca_eoc/inc/phy_stub.h')
-rw-r--r--cesar/mac/ca/test/ca_eoc/inc/phy_stub.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/cesar/mac/ca/test/ca_eoc/inc/phy_stub.h b/cesar/mac/ca/test/ca_eoc/inc/phy_stub.h
new file mode 100644
index 0000000000..b1a4746d35
--- /dev/null
+++ b/cesar/mac/ca/test/ca_eoc/inc/phy_stub.h
@@ -0,0 +1,23 @@
+#ifndef inc_phy_stub_h
+#define inc_phy_stub_h
+/* Cesar project {{{
+ *
+ * Copyright (C) 2007 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file inc/phy_stub.h
+ * \brief HAL Phy stub.
+ * \ingroup test
+ */
+
+/** Stub phy structure. */
+struct phy_t
+{
+ u32 date;
+};
+/* Forward declaration in hal/phy/forward.h. */
+
+#endif /* inc_phy_stub_h */