summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/inc/resys.h
diff options
context:
space:
mode:
authorschodet2008-06-25 07:07:56 +0000
committerschodet2008-06-25 07:07:56 +0000
commitc3b0cafff83e6fac9a0356685966c04b6e3625a5 (patch)
treeed0647fb9fa460fb4425bd577e8402249271b874 /cesar/hal/phy/inc/resys.h
parent36cd177d507e26df179aabb45ed9aaf8614d9a72 (diff)
* hal/phy:
- imported resys program, offset table and compiler from http://gevrey:8080/svn/spidcom_digital_svn/trunk/modules/resys, r6451. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2425 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/hal/phy/inc/resys.h')
-rw-r--r--cesar/hal/phy/inc/resys.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/cesar/hal/phy/inc/resys.h b/cesar/hal/phy/inc/resys.h
new file mode 100644
index 0000000000..f40037accc
--- /dev/null
+++ b/cesar/hal/phy/inc/resys.h
@@ -0,0 +1,23 @@
+#ifndef hal_phy_inc_resys_h
+#define hal_phy_inc_resys_h
+/* Cesar project {{{
+ *
+ * Copyright (C) 2008 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file hal/phy/inc/resys.h
+ * \brief RESYS memories loading.
+ * \ingroup hal_phy
+ */
+
+/**
+ * Load RESYS memories.
+ * \param ctx phy context
+ */
+void
+phy_resys_load (phy_t *ctx);
+
+#endif /* hal_phy_inc_resys_h */