source: rtems/bsps/m68k/uC5282/start/bspclean.c @ 9964895

5
Last change on this file since 9964895 was 9964895, checked in by Sebastian Huber <sebastian.huber@…>, on 04/20/18 at 08:35:35

bsps: Move startup files to bsps

Adjust build support files to new directory layout.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 533 bytes
Line 
1/*
2 *  This routine returns control from RTEMS to the monitor.
3 *
4 *  Author: W. Eric Norum <norume@aps.anl.gov>
5 *
6 *  COPYRIGHT (c) 2005.
7 *  On-Line Applications Research Corporation (OAR).
8 *
9 *  The license and distribution terms for this file may be
10 *  found in the file LICENSE in this distribution or at
11 *  http://www.rtems.org/license/LICENSE.
12 */
13
14#include <bsp.h>
15#include <bsp/bootcard.h>
16
17void bsp_fatal_extension(
18  rtems_fatal_source source,
19  bool always_set_to_false,
20  rtems_fatal_code error
21)
22{
23  bsp_reset();
24}
Note: See TracBrowser for help on using the repository browser.