source: rtems/c/src/lib/libbsp/sh/shared/bsphwinit.c @ 5e8726d0

4.104.115
Last change on this file since 5e8726d0 was 5e8726d0, checked in by Joel Sherrill <joel.sherrill@…>, on 09/15/08 at 19:18:45

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

  • shared/bspgetworkarea.c, shared/bsphwinit.c, shared/bspstart.c: New files.
  • Property mode set to 100644
File size: 337 bytes
Line 
1/*
2 *  This is a dummy bsp_hw_init 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
9 *  http://www.rtems.com/license/LICENSE.
10 *
11 *  $Id$
12 */
13
14void bsp_hw_init( void )
15{
16}
Note: See TracBrowser for help on using the repository browser.