source: rtems/c/src/lib/libbsp/arm/nds/startup/bspreset.c @ 72798ee

4.104.115
Last change on this file since 72798ee was 72798ee, checked in by Joel Sherrill <joel.sherrill@…>, on 09/22/08 at 21:53:54

2008-09-22 Joel Sherrill <joel.sherrill@…>

  • startup/bspreset.c: New file.
  • Property mode set to 100644
File size: 398 bytes
Line 
1/*
2 * RTEMS for Nintendo DS platform initialization.
3 * Copyright (c) 2008 by Matthieu Bucchianeri <mbucchia@gmail.com>
4 *
5 * The license and distribution terms for this file may be
6 * found in the file LICENSE in this distribution or at
7 * http://www.rtems.com/license/LICENSE
8 *
9 * $Id$
10 */
11
12#include <bsp.h>
13#include <bsp/bootcard.h>
14#include <nds.h>
15
16void bsp_reset(void)
17{
18  swiSoftReset();
19}
Note: See TracBrowser for help on using the repository browser.