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

4.104.114.84.95
Last change on this file since 6128a4a was 6128a4a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 10:43:04

Remove stray white spaces.

  • Property mode set to 100644
File size: 403 bytes
Line 
1/*
2 *  This routine performs final cleanup at exit time.
3 *
4 *  COPYRIGHT (c) 1989-1999.
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
9 *  http://www.rtems.com/license/LICENSE.
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.