OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [helas403/] [startup/] [bspclean.c] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*  bsp_cleanup()
2
 *
3
 *  This routine normally is part of start.s and usually returns
4
 *  control to a monitor.
5
 *
6
 *  INPUT:  NONE
7
 *
8
 *  OUTPUT: NONE
9
 *
10
 *  Author:     Andrew Bray <andy@i-cubed.co.uk>
11
 *
12
 *  COPYRIGHT (c) 1995 by i-cubed ltd.
13
 *
14
 *  To anyone who acknowledges that this file is provided "AS IS"
15
 *  without any express or implied warranty:
16
 *      permission to use, copy, modify, and distribute this file
17
 *      for any purpose is hereby granted without fee, provided that
18
 *      the above copyright notice and this notice appears in all
19
 *      copies, and that the name of i-cubed limited not be used in
20
 *      advertising or publicity pertaining to distribution of the
21
 *      software without specific, written prior permission.
22
 *      i-cubed limited makes no representations about the suitability
23
 *      of this software for any purpose.
24
 *
25
 *  Derived from c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c:
26
 *
27
 *  COPYRIGHT (c) 1989-1999.
28
 *  On-Line Applications Research Corporation (OAR).
29
 *
30
 *  The license and distribution terms for this file may be
31
 *  found in the file LICENSE in this distribution or at
32
 *  http://www.OARcorp.com/rtems/license.html.
33
 *
34
 *  $Id: bspclean.c,v 1.2 2001-09-27 12:00:36 chris Exp $
35
 */
36
 
37
#include <rtems.h>
38
#include <bsp.h>
39
 
40
void bsp_cleanup( void )
41
{
42
  rtems_fatal_error_occurred(0);
43
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.