source: rtems/bsps/shared/start/bspreset-empty.c @ 762fa62

5
Last change on this file since 762fa62 was 554e39c, checked in by Sebastian Huber <sebastian.huber@…>, on 04/17/18 at 04:18:30

bsps: Move bspreset.c to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 367 bytes
RevLine 
[54cf1198]1/*
2 *  This is a dummy bsp_reset routine.
3 *
4 *  COPYRIGHT (c) 1989-2008.
5 *  On-Line Applications Research Corporation (OAR).
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
[c499856]9 *  http://www.rtems.org/license/LICENSE.
[54cf1198]10 */
11
12#include <rtems.h>
13#include <bsp/bootcard.h>
14
15void bsp_reset( void )
16{
17}
Note: See TracBrowser for help on using the repository browser.