summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/shared/bsppretaskinghook.c
blob: a27806fbdcf6b4da1070ff31884001eb4605f662 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                            





                                                           
                                         

   
                         


                              
                  
 
/*
 *  This is a shared BSP pretasking hook which does nothing.
 *
 *  COPYRIGHT (c) 1989-2008.
 *  On-Line Applications Research Corporation (OAR).
 *
 *  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_pretasking_hook(void)
{
  /* Do nothing */
}