source: rtems/c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c @ b1b5a7cb

4.104.114.84.95
Last change on this file since b1b5a7cb was 457b6ae, checked in by Joel Sherrill <joel.sherrill@…>, on 03/06/96 at 22:01:11

Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@…>.
Contact information:

  1. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6
  • Property mode set to 100644
File size: 665 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, 1990, 1991, 1992, 1993, 1994.
11 *  On-Line Applications Research Corporation (OAR).
12 *  All rights assigned to U.S. Government, 1994.
13 *
14 *  This material may be reproduced by or for the U.S. Government pursuant
15 *  to the copyright license under the clause at DFARS 252.227-7013.  This
16 *  notice must appear in all copies of this file and its derivatives.
17 *
18 *  $Id$
19 */
20
21#include <rtems.h>
22#include <bsp.h>
23
24void bsp_cleanup( void )
25{
26        /* Cause double bus fault to force reset? */
27}
Note: See TracBrowser for help on using the repository browser.