source: rtems/c/src/lib/libbsp/powerpc/score603e/startup/bspclean.c @ 9c448e1

4.104.114.84.95
Last change on this file since 9c448e1 was 9c448e1, checked in by Joel Sherrill <joel.sherrill@…>, on 02/19/99 at 00:22:33

BSP for Vista Score603e added.

  • Property mode set to 100644
File size: 414 bytes
Line 
1/*
2 *  COPYRIGHT (c) 1989-1998.
3 *  On-Line Applications Research Corporation (OAR).
4 *  Copyright assigned to U.S. Government, 1994.
5 *
6 *  The license and distribution terms for this file may be
7 *  found in the file LICENSE in this distribution or at
8 *  http://www.OARcorp.com/rtems/license.html.
9 *
10 *  $Id$
11 */
12
13void bsp_cleanup( void )
14{
15  asm volatile( "li  10,99" );  /* 0x63 */
16  asm volatile( "sc" );
17}
Note: See TracBrowser for help on using the repository browser.