source: rtems/c/src/lib/libbsp/m68k/csb360/startup/bspclean.c @ e545bfa

4.104.114.84.95
Last change on this file since e545bfa was e545bfa, checked in by Joel Sherrill <joel.sherrill@…>, on 03/12/07 at 11:18:16

2007-03-12 Joel Sherrill <joel@…>

  • console/console-io.c, include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5272.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
  • Property mode set to 100644
File size: 774 bytes
Line 
1/*
2 *  CSB360 cleanu code.
3 *
4 *  This routine returns control from RTEMS to the dBUG monitor.
5 *
6 *  Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia.
7 *  Author: Victor V. Vengerov <vvv@oktet.ru>
8 *
9 *  COPYRIGHT (c) 1989-1998.
10 *  On-Line Applications Research Corporation (OAR).
11 *
12 *  The license and distribution terms for this file may be
13 *  found in the file LICENSE in this distribution or at
14 *
15 *  http://www.rtems.com/license/LICENSE.
16 *
17 *  $Id$
18 */
19
20#include <rtems.h>
21#include <bsp.h>
22
23/* bsp_cleanup --
24 *     This function called when RTEMS execution is finished. bsp_cleanup
25 *     for MCF5206eLITE evaluation board throw execution to the dBUG
26 *     monitor.
27 *
28 * PARAMETERS:
29 *     none
30 *
31 * RETURNS:
32 *     none
33 */
34void
35bsp_cleanup(void)
36{
37}
Note: See TracBrowser for help on using the repository browser.