source: rtems/c/src/lib/libbsp/shared/bspstart.c @ bc98089

4.104.115
Last change on this file since bc98089 was ed521b6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 19:10:15

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

  • clockdrv_shell.c: Remove unnecessary includes of rtems/libcsupport.h and rtems/libio.h.
  • bspstart.c: New file.
  • Property mode set to 100644
File size: 485 bytes
Line 
1/*
2 *  COPYRIGHT (c) 1989-2008.
3 *  On-Line Applications Research Corporation (OAR).
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
15/*
16 * This routine would usually do the bulk of the system initialization.
17 * But if a BSP doesn't need to do anything, it can use this version.
18 */
19
20void bsp_start( void )
21{
22}
Note: See TracBrowser for help on using the repository browser.