source: rtems/c/src/lib/libbsp/m68k/dmv152/startup/bspclean.c @ 9980062

4.104.114.84.95
Last change on this file since 9980062 was 9980062, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:51:36

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

  • clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h, spurious/spinit.c, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S: URL for license changed.
  • Property mode set to 100644
File size: 404 bytes
RevLine 
[e2a2ec60]1/*
2 *  This routine performs final cleanup at exit time.
3 *
[08311cc3]4 *  COPYRIGHT (c) 1989-1999.
[e2a2ec60]5 *  On-Line Applications Research Corporation (OAR).
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
[9980062]9 *  http://www.rtems.com/license/LICENSE.
[e2a2ec60]10 *
11 *  $Id$
12 */
13
14#include <bsp.h>
15
16void bsp_cleanup( void )
17{
18
19   VME_interrupt_Disable( 0xff );
20}
Note: See TracBrowser for help on using the repository browser.