summaryrefslogtreecommitdiffstats
path: root/bsps/shared/start/bspreset-empty.c
blob: 6d7d1667a430d4eb5a8813caa179d15f43aa1b2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  This is a dummy bsp_reset routine.
 *
 *  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.org/license/LICENSE.
 */

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

void bsp_reset( void )
{
}