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
Line 
1/*
2 *  This routine returns control from RTEMS to the monitor.
3 */
4
5/*
6 * Copyright (c) 2005 Eric Norum <eric@norum.ca>
7 *
8 * COPYRIGHT (c) 2005.
9 * On-Line Applications Research Corporation (OAR).
10 *
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.
14 */
15
16#include <bsp.h>
17#include <bsp/bootcard.h>
18
19void bsp_fatal_extension(
20  rtems_fatal_source source,
21  bool always_set_to_false,
22  rtems_fatal_code error
23)
24{
25  bsp_reset();
26}
Note: See TracBrowser for help on using the repository browser.