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

Last change on this file since 753873e5 was 753873e5, checked in by Joel Sherrill <joel@…>, on 03/22/22 at 20:03:30

Update Eric Norum contact info and start to normalize file headers

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