summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/include/bsp/mctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc/include/bsp/mctrl.h')
-rw-r--r--bsps/sparc/include/bsp/mctrl.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/bsps/sparc/include/bsp/mctrl.h b/bsps/sparc/include/bsp/mctrl.h
new file mode 100644
index 0000000000..db449cb11a
--- /dev/null
+++ b/bsps/sparc/include/bsp/mctrl.h
@@ -0,0 +1,26 @@
+/*
+ * Memory Controller driver interface
+ *
+ * COPYRIGHT (c) 2015.
+ * Cobham Gaisler.
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#ifndef __MCTRL_H__
+#define __MCTRL_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* Register MEMCTRL driver to Driver manager */
+void mctrl_register_drv (void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif