summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/shared/bspdriverlevelhook.c
blob: 93406f9b45cb36ecf2c7bcabe2c260d28df4004e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                           
/*
 *  This is a dummy bsp_driver_level_hook routine.
 *
 *  COPYRIGHT (c) 2015.
 *  Cobham Gaisler.
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.org/license/LICENSE.
 */

#include <bsp/bootcard.h>

void bsp_driver_level_hook( int level )
{
}