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

5
Last change on this file since 47190194 was 47190194, checked in by Sebastian Huber <sebastian.huber@…>, on 01/26/16 at 06:16:52

drvmgr: Remove dupl bsp_driver_level_hook() decl

  • Property mode set to 100644
File size: 340 bytes
RevLine 
[e7fade3]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
[47190194]12#include <drvmgr/drvmgr.h>
[e7fade3]13
14void bsp_driver_level_hook( int level )
15{
16}
Note: See TracBrowser for help on using the repository browser.