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

4.115
Last change on this file since 64a04ac was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 366 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.org/license/LICENSE.
10 */
11
12#include <bsp/bootcard.h>
13
14void bsp_predriver_hook( void )
15{
16}
Note: See TracBrowser for help on using the repository browser.