4.104.114.84.95
Last change
on this file since 98e4ebf5 was
98e4ebf5,
checked in by Joel Sherrill <joel.sherrill@…>, on 10/08/97 at 15:45:54
|
Fixed typo in the pointer to the license terms.
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | /* 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-1997. |
---|
28 | * On-Line Applications Research Corporation (OAR). |
---|
29 | * Copyright assigned to U.S. Government, 1994. |
---|
30 | * |
---|
31 | * The license and distribution terms for this file may be |
---|
32 | * found in the file LICENSE in this distribution or at |
---|
33 | * http://www.OARcorp.com/rtems/license.html. |
---|
34 | * |
---|
35 | * $Id$ |
---|
36 | */ |
---|
37 | |
---|
38 | #include <rtems.h> |
---|
39 | #include <bsp.h> |
---|
40 | |
---|
41 | void bsp_cleanup( void ) |
---|
42 | { |
---|
43 | rtems_fatal_error_occurred(0); |
---|
44 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.