summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bsppretaskinghook.c
blob: c0d69de520fdaf2e774e9d391131f6cb05fec35c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  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.com/license/LICENSE.
 */

#include <bsp/bootcard.h>

void bsp_pretasking_hook(void)
{
  /* Do nothing */
}