mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 01:16:52 +08:00
2011-01-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspreset.c: New file.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-01-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspreset.c: New file.
|
||||
|
||||
2011-01-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, console/console-io.c, include/bsp.h,
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2011.
|
||||
* 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 <rtems.h>
|
||||
#include <bsp/bootcard.h>
|
||||
#include <bsp.h>
|
||||
|
||||
void bsp_reset( void )
|
||||
{
|
||||
TRAP0(SYS_exit, 0, 0, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user