source: rtems/c/src/lib/libbsp/mips/p4000/startup/bspclean.c @ f198c63

4.104.114.84.95
Last change on this file since f198c63 was f198c63, checked in by Joel Sherrill <joel.sherrill@…>, on 09/06/96 at 18:11:41

new file for MIPS port by Craig Lebakken (lebakken@…) and
Derrick Ostertag (ostertag@…).

  • Property mode set to 100644
File size: 742 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 *  bspclean.c,v 1.2 1995/05/31 16:56:27 joel Exp
19 */
20#ifndef lint
21static char _sccsid[] = "@(#)bspclean.c 03/15/96     1.1\n";
22#endif
23
24
25#include <rtems.h>
26#include <bsp.h>
27
28void bsp_cleanup( void )
29{
30}
Note: See TracBrowser for help on using the repository browser.