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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [mips64orion/] [p4000/] [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
 *  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
 *  $Id: bspclean.c,v 1.2 2001-09-27 12:00:25 chris Exp $
18
 */
19
 
20
/*
21
 *  Rather than deleting this, it is commented out to (hopefully) help
22
 *  the submitter send updates.
23
 *
24
 *  static char _sccsid[] = "@(#)bspclean.c 03/15/96     1.1\n";
25
 */
26
 
27
 
28
 
29
#include <rtems.h>
30
#include <bsp.h>
31
 
32
void idtsim__exit();
33
 
34
void bsp_cleanup( void )
35
{
36
  idtsim__exit();
37
}

powered by: WebSVN 2.1.0

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