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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [a29k/] [portsw/] [startup/] [bspclean.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*  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
 *  COPYRIGHT (c) 1989-1999.
11
 *  On-Line Applications Research Corporation (OAR).
12
 *
13
 *  The license and distribution terms for this file may be
14
 *  found in the file LICENSE in this distribution or at
15
 *  http://www.OARcorp.com/rtems/license.html.
16
 *
17
 *  bspclean.c,v 1.5 1999/11/17 17:50:44 joel Exp
18
 */
19
 
20
#include <rtems.h>
21
#include <bsp.h>
22
 
23
#ifndef lint
24
static char _sccsid[] = "@(#)bspclean.c 04/08/96     1.1\n";
25
#endif
26
 
27
void bsp_cleanup( void )
28
{
29
}

powered by: WebSVN 2.1.0

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