summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bspdriverlevelhook.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/bspdriverlevelhook.c')
-rw-r--r--c/src/lib/libbsp/shared/bspdriverlevelhook.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/bspdriverlevelhook.c b/c/src/lib/libbsp/shared/bspdriverlevelhook.c
new file mode 100644
index 0000000000..93406f9b45
--- /dev/null
+++ b/c/src/lib/libbsp/shared/bspdriverlevelhook.c
@@ -0,0 +1,16 @@
+/*
+ * This is a dummy bsp_driver_level_hook routine.
+ *
+ * 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.
+ */
+
+#include <bsp/bootcard.h>
+
+void bsp_driver_level_hook( int level )
+{
+}