source: rtems/c/src/lib/libbsp/shared/bsppredriverhook.c @ f3eaba9a

4.104.114.95
Last change on this file since f3eaba9a was f3eaba9a, checked in by Joel Sherrill <joel.sherrill@…>, on 08/19/08 at 12:41:03

2008-08-19 Sebastian Huber <sebastian.huber@…>

  • include/bootcard.h, bootcard.c, bsplibc.c: Changed parameter types of bsp_libc_init() to match RTEMS_Malloc_Initialize().
  • bsppost.c, bsppredriverhook.c: Include bootcard.h.
  • src/irq-generic.c: Fixed warnings.
  • Property mode set to 100644
File size: 378 bytes
Line 
1/*
2 *  This is a dummy bsp_predriver_hook routine.
3 *
4 *  COPYRIGHT (c) 1989-2007.
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
14#include <bsp/bootcard.h>
15
16void bsp_predriver_hook( void )
17{
18}
Note: See TracBrowser for help on using the repository browser.