source: rtems/c/src/lib/libbsp/shared/bspdriverlevelhook.c @ f2e0f8e

5
Last change on this file since f2e0f8e was e7fade3, checked in by Daniel Hellstrom <daniel@…>, on 11/28/11 at 08:52:03

DRVMGR: added driver manager to cpukit/libdrvmgr

  • Property mode set to 100644
File size: 339 bytes
Line 
1/*
2 *  This is a dummy bsp_driver_level_hook routine.
3 *
4 *  COPYRIGHT (c) 2015.
5 *  Cobham Gaisler.
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_driver_level_hook( int level )
15{
16}
Note: See TracBrowser for help on using the repository browser.