summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-03 22:27:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-03 22:27:19 +0000
commit12eebb497a6c7af4e675d5c1588f8273cc1a6886 (patch)
tree98b36c34bfa042fa3e8efe5ccb31f08e03aecddd /c/src/lib/libbsp/shared
parent2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-12eebb497a6c7af4e675d5c1588f8273cc1a6886.tar.bz2
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* bsppredriverhook.c: New file.
Diffstat (limited to 'c/src/lib/libbsp/shared')
-rw-r--r--c/src/lib/libbsp/shared/ChangeLog4
-rw-r--r--c/src/lib/libbsp/shared/bsppredriverhook.c16
2 files changed, 20 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/ChangeLog b/c/src/lib/libbsp/shared/ChangeLog
index c06a1df846..74a2ecb58b 100644
--- a/c/src/lib/libbsp/shared/ChangeLog
+++ b/c/src/lib/libbsp/shared/ChangeLog
@@ -1,5 +1,9 @@
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * bsppredriverhook.c: New file.
+
+2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* bootcard.c: Moved most of the remaining CPU Table fields to the
Configuration Table. This included pretasking_hook, predriver_hook,
postdriver_hook, idle_task, do_zero_of_workspace,
diff --git a/c/src/lib/libbsp/shared/bsppredriverhook.c b/c/src/lib/libbsp/shared/bsppredriverhook.c
new file mode 100644
index 0000000000..69785a8e7d
--- /dev/null
+++ b/c/src/lib/libbsp/shared/bsppredriverhook.c
@@ -0,0 +1,16 @@
+/*
+ * This is a dummy bsp_predriver_hook routine.
+ *
+ * COPYRIGHT (c) 1989-2007.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
+ */
+
+void bsp_predriver_hook( void )
+{
+}