mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 04:19:08 +08:00
2011-10-06 Gedare Bloom <giddyup44@yahoo.com>
PR 1919/bsp * shared/startup/bsppredriverhook.c: New file.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-10-06 Gedare Bloom <giddyup44@yahoo.com>
|
||||
|
||||
PR 1919/bsp
|
||||
* shared/startup/bsppredriverhook.c: New file.
|
||||
|
||||
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous EXTRA_DIST.
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* This is a bsp_predriver_hook routine for sparc64
|
||||
*
|
||||
* 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$
|
||||
*/
|
||||
|
||||
#include <bsp/bootcard.h>
|
||||
|
||||
extern void sparc64_install_isr_entries(void);
|
||||
|
||||
void bsp_predriver_hook( void )
|
||||
{
|
||||
sparc64_install_isr_entries();
|
||||
}
|
||||
Reference in New Issue
Block a user