source: rtems/c/src/lib/libbsp/mips/jmr3904/startup/bspclean.c @ 867ab080

4.104.114.84.95
Last change on this file since 867ab080 was 7353e150, checked in by Joel Sherrill <joel.sherrill@…>, on 11/01/02 at 21:52:51

2002-11-01 Joel Sherrill <joel@…>

  • startup/bspclean.c, startup/bspstart.c: Removed warnings.
  • Property mode set to 100644
File size: 344 bytes
Line 
1/*
2 *  COPYRIGHT (c) 1989-1999.
3 *  On-Line Applications Research Corporation (OAR).
4 *
5 *  The license and distribution terms for this file may be
6 *  found in the file LICENSE in this distribution or at
7 *  http://www.OARcorp.com/rtems/license.html.
8 *
9 *  $Id$
10 */
11
12void bsp_cleanup( void )
13{
14  extern void _sys_exit(int);
15  _sys_exit(0);
16}
Note: See TracBrowser for help on using the repository browser.