From 12eebb497a6c7af4e675d5c1588f8273cc1a6886 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Dec 2007 22:27:19 +0000 Subject: [PATCH] 2007-12-03 Joel Sherrill * bsppredriverhook.c: New file. --- c/src/lib/libbsp/shared/ChangeLog | 4 ++++ c/src/lib/libbsp/shared/bsppredriverhook.c | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 c/src/lib/libbsp/shared/bsppredriverhook.c 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,3 +1,7 @@ +2007-12-03 Joel Sherrill + + * bsppredriverhook.c: New file. + 2007-12-03 Joel Sherrill * bootcard.c: Moved most of the remaining CPU Table fields to the 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 ) +{ +}