2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>

* bsppredriverhook.c: New file.
This commit is contained in:
Joel Sherrill
2007-12-03 22:27:19 +00:00
parent 8b5d31fa97
commit 12eebb497a
2 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
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

View File

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