source: rtems/c/src/lib/libbsp/shared/bspclean.c @ 2fc3592d

Last change on this file since 2fc3592d was 7050ec70, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:52:52

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

  • bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c, ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h: URL for license changed.
  • Property mode set to 100644
File size: 337 bytes
Line 
1/*
2 *  This is a dummy bsp_cleanup routine.
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
14void bsp_cleanup( void )
15{
16}
Note: See TracBrowser for help on using the repository browser.