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 ) +{ +}