summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bspreset_fatal.c
blob: 54f64868e2d5d3f3218df65e56eb8fd5359d0dc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *  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.
 */

#include <rtems.h>

void bsp_reset( void )
{
  rtems_fatal_error_occurred(0);
}