forked from Imagelibrary/rtems
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, console/debugio.c: Split out bspstart contents. Use shared stub for bsp_start. * startup/bsppretaskinghook.c: New file. * startup/bspstart.c: Removed.
This commit is contained in:
19
c/src/lib/libbsp/c4x/c4xsim/startup/bsppretaskinghook.c
Normal file
19
c/src/lib/libbsp/c4x/c4xsim/startup/bsppretaskinghook.c
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2008.
|
||||
* 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$
|
||||
*/
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
extern void bsp_spurious_initialize();
|
||||
|
||||
void bsp_pretasking_hook(void)
|
||||
{
|
||||
bsp_spurious_initialize();
|
||||
}
|
||||
Reference in New Issue
Block a user