summaryrefslogtreecommitdiff
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, 0 insertions, 26 deletions
diff --git a/bsps/sparc/include/bsp/mctrl.h b/bsps/sparc/include/bsp/mctrl.h
deleted file mode 100644
index db449cb11a..0000000000
--- a/bsps/sparc/include/bsp/mctrl.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * 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