forked from Imagelibrary/rtems
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* bsppredriverhook.c: New file.
This commit is contained in:
@@ -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>
|
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* bootcard.c: Moved most of the remaining CPU Table fields to the
|
* bootcard.c: Moved most of the remaining CPU Table fields to the
|
||||||
|
|||||||
16
c/src/lib/libbsp/shared/bsppredriverhook.c
Normal file
16
c/src/lib/libbsp/shared/bsppredriverhook.c
Normal 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 )
|
||||||
|
{
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user