summaryrefslogblamecommitdiffstats
path: root/cpukit/itron/src/rel_blf.c
blob: 8d79c5173fd5d53a111e03db2c0d4334b98f2bd8 (plain) (tree)





























                                                           
/*
 *  COPYRIGHT (c) 1989-2007.
 *  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.
 *
 *  $Id$
 */

#if HAVE_CONFIG_H
#include "config.h"
#endif

#include <rtems/itron.h>

#include <rtems/itron/fmempool.h>

/*
 *  rel_blf - Release Fixed-Size Memory Block
 */

ER rel_blf(
  ID mpfid,
  VP blf
)
{
  return E_OK;
}