source: rtems/c/src/lib/libbsp/m68k/gen68340/startup/bspclean.c @ e82e4752

Last change on this file since e82e4752 was e82e4752, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:44:25

2003-09-04 Joel Sherrill <joel@…>

  • clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c, console/m340uart.c, include/bsp.h, include/m340timer.h, include/m340uart.h, start/start.S, start/startfor340only.S, startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c, timer/timer.c: URL for license changed.
  • Property mode set to 100644
File size: 528 bytes
Line 
1/*  bsp_cleanup()
2 *
3 *  This routine normally is part of start.s and usually returns
4 *  control to a monitor.
5 *
6 *  INPUT:  NONE
7 *
8 *  OUTPUT: NONE
9 *
10 *  COPYRIGHT (c) 1989-1999.
11 *  On-Line Applications Research Corporation (OAR).
12 *
13 *  The license and distribution terms for this file may be
14 *  found in the file LICENSE in this distribution or at
15 *  http://www.rtems.com/license/LICENSE.
16 *
17 *  $Id$
18 */
19
20#include <rtems.h>
21#include <bsp.h>
22
23void bsp_cleanup( void )
24{
25        /* Cause double bus fault to force reset? */
26}
Note: See TracBrowser for help on using the repository browser.