summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/m68k/sim68000/startup/bsppredriverhook.c
blob: b3a0674ef6f74836a0b725c73462f1ee61679fcc (plain) (tree)
1
2
3
4
5
6
7





                                                           
                                         








                                          
                                               


                            
/*
 *  COPYRIGHT (c) 1989-1999.
 *  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.org/license/LICENSE.
 */

#include <bsp.h>
#include <bsp/bootcard.h>

extern void bsp_spurious_initialize(void);

void bsp_predriver_hook(void)
{
  /* on CPU32: do something about vectors!!! */

  bsp_spurious_initialize();
}