summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/shared/bspreset_loop.c
blob: e3e9029ee62716cb995afcfd9128ceb8ddc738e5 (plain) (tree)


















                                                           
/*
 *  COPYRIGHT (c) 1989-2008.
 *  On-Line Applications Research Corporation (OAR).
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.com/license/LICENSE.
 *
 *  $Id$
 */

#include <rtems.h>
#include <bsp/bootcard.h>

void bsp_reset( void )
{
  while (1)
    ;
}